Skip to content

Commit

Permalink
release: v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Sep 3, 2017
1 parent ee82e38 commit 558e332
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 558e332

Please sign in to comment.