diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e19a3b..70fcfc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next version +## 2.5.0 + * Do not include deprecated `concat::setup` anymore ([#71](https://github.com/luxflux/puppet-openvpn/pull/71)) * Only warn about pam deprecation if it's used ([#72](https://github.com/luxflux/puppet-openvpn/pull/72)) * Ability to specify a `down` script ([#75](https://github.com/luxflux/puppet-openvpn/pull/75)) diff --git a/Modulefile b/Modulefile index 50b76a76..d587b769 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'luxflux-openvpn' -version '2.4.0' +version '2.5.0' source 'https://github.com/luxflux/puppet-openvpn' author 'luxflux' license 'Apache 2.0'