Răsfoiți Sursa

Merge branch 'release-v0.1.9' into dev

Mustafa Arici 8 ani în urmă
părinte
comite
80cc58c096
2 a modificat fișierele cu 25 adăugiri și 1 ștergeri
  1. 24 0
      CHANGELOG.md
  2. 1 1
      const.go

+ 24 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Change Log
 
+## [v0.1.9](https://github.com/cad/ovpm/tree/v0.1.9) (2017-08-27)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.8...v0.1.9)
+
+**Implemented enhancements:**
+
+- show network types in cli [\#27](https://github.com/cad/ovpm/issues/27)
+- static route support  [\#21](https://github.com/cad/ovpm/issues/21)
+
 ## [v0.1.8](https://github.com/cad/ovpm/tree/v0.1.8) (2017-08-26)
 [Full Changelog](https://github.com/cad/ovpm/compare/v0.1.7...v0.1.8)
 
@@ -7,6 +15,18 @@
 
 - access control to existing networks on the machine [\#1](https://github.com/cad/ovpm/issues/1)
 
+## [v0.1.7](https://github.com/cad/ovpm/tree/v0.1.7) (2017-08-23)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.6...v0.1.7)
+
+## [v0.1.6](https://github.com/cad/ovpm/tree/v0.1.6) (2017-08-23)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.5...v0.1.6)
+
+## [v0.1.5](https://github.com/cad/ovpm/tree/v0.1.5) (2017-08-23)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.4...v0.1.5)
+
+## [v0.1.4](https://github.com/cad/ovpm/tree/v0.1.4) (2017-08-23)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.3...v0.1.4)
+
 **Implemented enhancements:**
 
 - make rpm package [\#24](https://github.com/cad/ovpm/issues/24)
@@ -50,3 +70,7 @@
 - implement remote control proto [\#8](https://github.com/cad/ovpm/issues/8)
 - write docs [\#4](https://github.com/cad/ovpm/issues/4)
 - write unit tests [\#3](https://github.com/cad/ovpm/issues/3)
+
+
+
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

+ 1 - 1
const.go

@@ -2,7 +2,7 @@ package ovpm
 
 const (
 	// Version defines the version of ovpm.
-	Version = "0.1.8"
+	Version = "0.1.9"
 
 	// DefaultVPNPort is the default OpenVPN port to listen.
 	DefaultVPNPort = "1197"