瀏覽代碼

release: v0.1.0

Mustafa Arici 8 年之前
父節點
當前提交
6cefc53ab7
共有 2 個文件被更改,包括 12 次插入1 次删除
  1. 11 0
      CHANGELOG.md
  2. 1 1
      const.go

+ 11 - 0
CHANGELOG.md

@@ -0,0 +1,11 @@
+# Change Log
+
+## [v0.1.0](https://github.com/cad/ovpm/tree/v0.1.0) (2017-08-14)
+**Implemented enhancements:**
+
+- handle sigint \(Ctrl-C\) [\#10](https://github.com/cad/ovpm/issues/10)
+- supervise openvpn process [\#9](https://github.com/cad/ovpm/issues/9)
+- 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.0.0"
+	Version = "0.1.0"
 
 	// DefaultVPNPort is the default OpenVPN port to listen.
 	DefaultVPNPort = "1197"