Skip to content

Commit

Permalink
release: v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Aug 31, 2017
1 parent c247248 commit 397da9d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Change Log

## [v0.1.10](https://github.com/cad/ovpm/tree/v0.1.10) (2017-08-27)
## [v0.1.11](https://github.com/cad/ovpm/tree/v0.1.11) (2017-08-31)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.10...v0.1.11)

**Implemented enhancements:**

- be able to change initial ip block [\#29](https://github.com/cad/ovpm/issues/29)

**Fixed bugs:**

- can add duplicate static ip [\#37](https://github.com/cad/ovpm/issues/37)
- net def --via flag doesn't work as documented [\#36](https://github.com/cad/ovpm/issues/36)
- Error when group 'nobody' doesn't exist [\#32](https://github.com/cad/ovpm/issues/32)
- --static option doesn't work when user update [\#28](https://github.com/cad/ovpm/issues/28)

**Merged pull requests:**

- openvpn user created by openvpn package, so use openvpn user instead. [\#35](https://github.com/cad/ovpm/pull/35) ([ilkerdagli](https://github.com/ilkerdagli))

## [v0.1.10](https://github.com/cad/ovpm/tree/v0.1.10) (2017-08-29)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.9...v0.1.10)

**Implemented enhancements:**

- command line flags for tcp or udp at initialize [\#30](https://github.com/cad/ovpm/issues/30)
- show network types in cli [\#27](https://github.com/cad/ovpm/issues/27)

## [v0.1.9](https://github.com/cad/ovpm/tree/v0.1.9) (2017-08-27)
Expand Down Expand Up @@ -76,4 +95,3 @@
- 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)

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.10"
Version = "0.1.11"

// DefaultVPNPort is the default OpenVPN port to listen.
DefaultVPNPort = "1197"
Expand Down

0 comments on commit 397da9d

Please sign in to comment.