Skip to content

Commit

Permalink
removed snapshot from versionname + release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
paolocappelletti committed Mar 5, 2024
1 parent a087cf7 commit ec098aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val commonSettings = Seq(
Wart.OptionPartial),
organization := "io.horizen",
organizationName := "Zen Blockchain Foundation",
version := "2.3.0-SNAPSHOT",
version := "2.3.0",
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
homepage := Some(url("https://github.com/HorizenOfficial/Sparkz")),
pomExtra :=
Expand Down
2 changes: 2 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
2.3.0
---------
* Updtated dependencies
* [Bugfix] /node/removePeer and /node/removeFromBlackList now don't require explicitly the port number
* [Bugfix] Node not able to get new peers other than the known one with some configurations

2.2.0
---------
Expand Down

0 comments on commit ec098aa

Please sign in to comment.