Parcourir la source

Merge branch 'release-v0.1.1' into dev

Mustafa Arici il y a 8 ans
Parent
commit
6405442336
2 fichiers modifiés avec 12 ajouts et 3 suppressions
  1. 11 2
      CHANGELOG.md
  2. 1 1
      const.go

+ 11 - 2
CHANGELOG.md

@@ -1,6 +1,13 @@
 # Change Log
 
-## [v0.1.0](https://github.com/cad/ovpm/tree/v0.1.0) (2017-08-14)
+## [v0.1.1](https://github.com/cad/ovpm/tree/v0.1.1) (2017-08-15)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.0...v0.1.1)
+
+**Implemented enhancements:**
+
+- hook up iptables to give nat masquerading [\#13](https://github.com/cad/ovpm/issues/13)
+
+## [v0.1.0](https://github.com/cad/ovpm/tree/v0.1.0) (2017-08-13)
 **Implemented enhancements:**
 
 - handle sigint \(Ctrl-C\) [\#10](https://github.com/cad/ovpm/issues/10)
@@ -8,4 +15,6 @@
 - 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)
-- initial impl. for vpn, pki, supervisor and user mgmt
+
+
+

+ 1 - 1
const.go

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