Browse Source

Merge branch 'release-v0.1.12' into dev

Mustafa Arici 8 years ago
parent
commit
df186c5361
2 changed files with 6 additions and 3 deletions
  1. 5 2
      CHANGELOG.md
  2. 1 1
      const.go

+ 5 - 2
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)

+ 1 - 1
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"