Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Arici committed Oct 3, 2017
1 parent e977eba commit ff285d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Change Log

## [v0.1.17](https://github.com/cad/ovpm/tree/v0.1.17) (2017-09-19)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.16...v0.1.17)
## [v0.2.0](https://github.com/cad/ovpm/tree/v0.2.0) (2017-10-03)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.18...v0.2.0)

**Fixed bugs:**

**Enhancements:**
- Ubuntu Group needs to be "nogroup" [\#48](https://github.com/cad/ovpm/issues/48)

fix package generation and improve build system
## [v0.1.18](https://github.com/cad/ovpm/tree/v0.1.18) (2017-09-19)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.17...v0.1.18)

## [v0.1.17](https://github.com/cad/ovpm/tree/v0.1.17) (2017-09-19)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.16...v0.1.17)

## [v0.1.16](https://github.com/cad/ovpm/tree/v0.1.16) (2017-09-19)
[Full Changelog](https://github.com/cad/ovpm/compare/v0.1.15...v0.1.16)
Expand Down Expand Up @@ -129,4 +135,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.18"
Version = "0.2.0"

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

0 comments on commit ff285d7

Please sign in to comment.