Skip to content

Commit

Permalink
Setting version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Nov 1, 2019
1 parent abac6f1 commit 329fec0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Add the dependency.
+ build.sbt

```scala
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.4.0"
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.4.1"
```

+ or [Ammonite](http://ammonite.io)

```scala
import $ivy.`dev.nomadblacky::scaladog:0.4.0`
import $ivy.`dev.nomadblacky::scaladog:0.4.1`
```

Set API key and Application key
Expand Down Expand Up @@ -196,6 +196,10 @@ assert(url.toString startsWith "https://p.datadoghq.com/snapshot/view/dd-snapsho

## Changelog

### 0.4.1

+ Update upickle to 0.8.0 (#51)

### 0.4.0

+ Support Graphs API (#42)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.1-SNAPSHOT"
version in ThisBuild := "0.4.1"

0 comments on commit 329fec0

Please sign in to comment.