Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Jan 3, 2020
1 parent fc9c2a4 commit 40c9367
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.5.2

* changed Omni schema, propertyid is now Long

# 2.5.1

* changed Ethereum syntax got rid of getNextBlockHash (not implemented yet)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blockchain-rpc is a typesafe RPC client for **Bitcoin**, **Ethereum** and **Omni
Simply add the following dependency to your project.

```
libraryDependencies += "io.tokenanalyst" %% "blockchain-rpc" % "2.5.1"
libraryDependencies += "io.tokenanalyst" %% "blockchain-rpc" % "2.5.2"
```

## Example: Fetch Bitcoin Block
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val commonSettings = Seq(
organization := "io.tokenanalyst",
version := "2.5.2",
scalaVersion := "2.12.10",
scalaVersion := "2.13.1",
crossScalaVersions := Seq("2.13.1", "2.12.10"),
organizationHomepage := Some(
url("https://github.com/tokenanalyst/blockchain-rpc")
Expand Down

0 comments on commit 40c9367

Please sign in to comment.