From e592cd9cfa9432c1249f7070c90a7bb768481f76 Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Tue, 20 Feb 2018 10:09:38 +0300 Subject: [PATCH] v. 2.0.5 --- build.sbt | 2 +- release-notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a430ed36..4c7906f3 100644 --- a/build.sbt +++ b/build.sbt @@ -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")), diff --git a/release-notes.md b/release-notes.md index 87f68c2f..1df7ed38 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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