Skip to content
Snippets Groups Projects
Unverified Commit 7b871abc authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Bump version (#698)

parent 4cb1d411
Branches
Tags
No related merge requests found
# v0.2.3 - 2020-08-11
* Fixes synchronization issue where missing messages were not requested more than once
* Fixes node's dashboard explorer crashing or not properly visualizing the payload of a given message
* Improves Grafana local dashboard:
* Adds support for the sync-beacon payload type
* Displaying uptime and nodeID
* Fixed all linter issues to improve code quality
# v0.2.2 - 2020-07-27 # v0.2.2 - 2020-07-27
* Improves message and transaction validation: * Improves message and transaction validation:
* Adjust max transaction inputs count; * Adjust max transaction inputs count;
......
...@@ -18,7 +18,7 @@ var ( ...@@ -18,7 +18,7 @@ var (
const ( const (
// AppVersion version number // AppVersion version number
AppVersion = "v0.2.2" AppVersion = "v0.2.3"
// AppName app code name // AppName app code name
AppName = "GoShimmer" AppName = "GoShimmer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment