diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2019-11-04 11:42:13 +0100 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2019-11-04 11:42:13 +0100 |
commit | 73733b0a8ab8612233c98f9828f5f563c69fc2b7 (patch) | |
tree | eba37b202a004a720f4e607fe37c449678f67daf | |
parent | 58601b470bbd4e5ef534fed83511aa5a7f1c2d1e (diff) |
Update changelog for release 0.2.0v0.2.0
Change-Id: Ifed742e75a48d065987d945c8667af2bdedb876a
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
-rw-r--r-- | CHANGELOG.md | 17 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c237fd6..95d80e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ This file lists changes for the GoVPP releases. +## 0.2.0 +> _04 November 2019_ + +### Fixes +- fixed socketclient for 19.08 +- fixed binapi compatibility with master (20.01-rc0) +- fixed panic during stat data conversion + +### Features +- introduce proxy for remote access to stats and binapi +- optimizations for statclient + +### Other +- migrate to Go modules +- print info for users when sockets are missing + + ## 0.1.0 > _03 July 2019_ diff --git a/version/version.go b/version/version.go index 5b24a6d..8f3e82b 100644 --- a/version/version.go +++ b/version/version.go @@ -23,7 +23,7 @@ import ( var ( name = "govpp" - version = "v0.0.0+unknown" + version = "v0.2.0" commitHash = "unknown" buildBranch = "HEAD" buildStamp = "" |