diff --git a/NEWS.md b/NEWS.md index a505893..2384b55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # Release notes +## 0.2.1 + + - Update circe to version 0.8.0. + - Update dependencies. + ## 0.2.0 - Fix normalization of JSON used for testing the printer law. ([#1]) diff --git a/README.md b/README.md index 72b48eb..43d21ea 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types. To use this library configure your sbt project with the following lines: ```sbt -libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.0" +libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.1" ``` ## Documentation