Bump version to v0.3.5 23/27123/1 v0.3.5
authorOndrej Fabry <ofabry@cisco.com>
Mon, 18 May 2020 12:46:00 +0000 (14:46 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Mon, 18 May 2020 12:46:00 +0000 (14:46 +0200)
Change-Id: I14aa5446ad218f06a06b9e40e0adde6ca81e4819
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
CHANGELOG.md
version/version.go

index 599d549..145d1b1 100644 (file)
@@ -11,11 +11,17 @@ This file lists changes for the GoVPP releases.
 -
 -->
 
+## 0.3.5
+> _18 May 2020_
+
+### Fixes
+- statsclient: Fix stats data errors and panic for VPP 20.05
+
 ## 0.3.4
 > _17 April 2020_
 
 ### Features
-- Format generated Go source code in-process
+- binapi-generator: Format generated Go source code in-process
 
 ## 0.3.3
 > _9 April 2020_
index ed5922e..eb8063a 100644 (file)
@@ -23,7 +23,7 @@ import (
 
 var (
        name        = "govpp"
-       version     = "v0.3.2"
+       version     = "v0.3.5"
        commitHash  = "unknown"
        buildBranch = "HEAD"
        buildStamp  = ""