Update changelog for release 0.2.0 08/23208/1 v0.2.0
authorOndrej Fabry <ofabry@cisco.com>
Mon, 4 Nov 2019 10:42:13 +0000 (11:42 +0100)
committerOndrej Fabry <ofabry@cisco.com>
Mon, 4 Nov 2019 10:42:13 +0000 (11:42 +0100)
Change-Id: Ifed742e75a48d065987d945c8667af2bdedb876a
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
CHANGELOG.md
version/version.go

index c237fd6..95d80e3 100644 (file)
@@ -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_
 
index 5b24a6d..8f3e82b 100644 (file)
@@ -23,7 +23,7 @@ import (
 
 var (
        name        = "govpp"
-       version     = "v0.0.0+unknown"
+       version     = "v0.2.0"
        commitHash  = "unknown"
        buildBranch = "HEAD"
        buildStamp  = ""