From 7195749eb3acaae6f2d242e94f66e1a970f47b81 Mon Sep 17 00:00:00 2001 From: Raffael Schmid Date: Mon, 16 Jun 2014 15:32:42 +0200 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 2 ++ Modulefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'