Skip to content

Commit

Permalink
changed version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Oct 30, 2019
1 parent 4088f71 commit 016576c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.7

* added batching of requests
* added getTransactions method

# 1.6

* added logging subsystem, log to DEBUG
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "io.tokenanalyst",
version := "1.6.0",
version := "1.7.0",
scalaVersion := "2.12.10",
description := "bitcoin-rpc")

Expand Down

0 comments on commit 016576c

Please sign in to comment.