Skip to content
Snippets Groups Projects
Unverified Commit f55e5971 authored by Luca Moser's avatar Luca Moser Committed by GitHub
Browse files

updates changelog for v0.2.1 (#611)

parent 8d9cdf6e
No related branches found
No related tags found
No related merge requests found
# v0.2.1 - 2020-07-01
* Adds PoW requirement to faucet payloads
* Adds tips broadcaster to ensure that all chains are getting solidified
* Fixes being able to send a double-spend via one node
* **Breaking**: bumps network and database versions
# v0.2.0 - 2020-06-30
* Adds the value transfer dApp:
* New binary transaction layout
......
......@@ -18,7 +18,7 @@ var (
const (
// AppVersion version number
AppVersion = "v0.2.0"
AppVersion = "v0.2.1"
// AppName app code name
AppName = "GoShimmer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment