diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2020-05-18 14:46:00 +0200 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2020-05-18 14:46:00 +0200 |
commit | f049390060630c0085fe4ad683c83a4a14a47ffb (patch) | |
tree | dba049e59593d2988e2af3377236b37efc1f47fc | |
parent | 7ca550fd6421bdeb1e81b33198965f24398cfac1 (diff) |
Bump version to v0.3.5v0.3.5
Change-Id: I14aa5446ad218f06a06b9e40e0adde6ca81e4819
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 599d549..145d1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_ diff --git a/version/version.go b/version/version.go index ed5922e..eb8063a 100644 --- a/version/version.go +++ b/version/version.go @@ -23,7 +23,7 @@ import ( var ( name = "govpp" - version = "v0.3.2" + version = "v0.3.5" commitHash = "unknown" buildBranch = "HEAD" buildStamp = "" |