Skip to content

Commit

Permalink
changed env flag from host to hosts; 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Nov 19, 2019
1 parent 819b24b commit 56cb6cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.0

* changed env flag for hosts BITCOIN_RPC_HOST -> BITCOIN_RPC_HOSTS

# 2.0.0

* added feature to add multiple hosts as fallback (not getNextBlockHash yet)
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 := "2.0.0",
version := "2.1.0",
scalaVersion := "2.12.10",
description := "bitcoin-rpc")

Expand Down

0 comments on commit 56cb6cb

Please sign in to comment.