Skip to content

Commit

Permalink
v. 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Feb 20, 2018
1 parent fbfac3f commit e592cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "scrypto"

lazy val commonSettings = Seq(
organization := "org.scorexfoundation",
version := "2.0.4",
version := "2.0.5",
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.11.11", "2.12.4"),
licenses := Seq("CC0" -> url("https://creativecommons.org/publicdomain/zero/1.0/legalcode")),
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**2.0.5**
---------
* *randomWalk()* in *BatchAVLProver* can accept external randomness via an optional parameter

**2.0.4**
---------
* improved performance of Base58-related operations
Expand Down

0 comments on commit e592cd9

Please sign in to comment.