From 558e332412ac4a449a3e321b19837332e64f896e Mon Sep 17 00:00:00 2001 From: Mustafa Arici Date: Sun, 3 Sep 2017 15:41:33 +0300 Subject: [PATCH] release: v0.1.13 --- CHANGELOG.md | 9 ++++++++- bindata/bindata.go | 2 +- const.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855551d..437eee2 100644 --- a/CHANGELOG.md +++ b/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:** diff --git a/bindata/bindata.go b/bindata/bindata.go index 090a5dc..5ca091c 100644 --- a/bindata/bindata.go +++ b/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 } diff --git a/const.go b/const.go index f26b06a..b0a890c 100644 --- a/const.go +++ b/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"