diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f1a7e..855551d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Change Log -## [v0.1.11](https://github.com/cad/ovpm/tree/v0.1.11) (2017-08-31) -[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.10...v0.1.11) +## [v0.1.12](https://github.com/cad/ovpm/tree/v0.1.12) (2017-09-02) +[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.11...v0.1.12) **Implemented enhancements:** - be able to change initial ip block [\#29](https://github.com/cad/ovpm/issues/29) +## [v0.1.11](https://github.com/cad/ovpm/tree/v0.1.11) (2017-08-31) +[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.10...v0.1.11) + **Fixed bugs:** - can add duplicate static ip [\#37](https://github.com/cad/ovpm/issues/37) diff --git a/const.go b/const.go index 0e56ec3..58a9019 100644 --- a/const.go +++ b/const.go @@ -2,7 +2,7 @@ package ovpm const ( // Version defines the version of ovpm. - Version = "0.1.11" + Version = "0.1.12" // DefaultVPNPort is the default OpenVPN port to listen. DefaultVPNPort = "1197"