Jelajahi Sumber

Merge branch 'release-v0.1.13' into dev

Mustafa Arici 8 tahun lalu
induk
melakukan
07aa0363be
3 mengubah file dengan 10 tambahan dan 3 penghapusan
  1. 8 1
      CHANGELOG.md
  2. 1 1
      bindata/bindata.go
  3. 1 1
      const.go

+ 8 - 1
CHANGELOG.md

@@ -1,6 +1,13 @@
 # Change Log
 
-## [v0.1.12](https://github.com/cad/ovpm/tree/v0.1.12) (2017-09-02)
+## [v0.1.13](https://github.com/cad/ovpm/tree/v0.1.13) (2017-09-03)
+[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.12...v0.1.13)
+
+**Implemented enhancements:**
+
+- change dns to push to clients [\#41](https://github.com/cad/ovpm/issues/41)
+
+## [v0.1.12](https://github.com/cad/ovpm/tree/v0.1.12) (2017-09-01)
 [Full Changelog](https://github.com/cad/ovpm/compare/v0.1.11...v0.1.12)
 
 **Implemented enhancements:**

+ 1 - 1
bindata/bindata.go

@@ -167,7 +167,7 @@ func templateServerConfTmpl() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9600, mode: os.FileMode(420), modTime: time.Unix(1504435146, 0)}
+	info := bindataFileInfo{name: "template/server.conf.tmpl", size: 9600, mode: os.FileMode(420), modTime: time.Unix(1504442070, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }

+ 1 - 1
const.go

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