diff --git a/NEWS.md b/NEWS.md index 89b73fa..a505893 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,11 @@ # Release notes -## master +## 0.2.0 - Fix normalization of JSON used for testing the printer law. ([#1]) - - Improve documentation with example using sbt-doctest. Renames - `printer.defaultOptions` to `printer.DefaultOptions`. - - Change `syntax.configDecoder` to operate on the JSON AST instead of - strings. + - Improve documentation with examples using sbt-doctest. + - Rename `printer.defaultOptions` to `printer.DefaultOptions`. + - Change `syntax.configDecoder` to operate on the JSON AST instead of strings. [#1]: https://github.com/jonas/circe-config/issues/1 diff --git a/README.md b/README.md index 23c7115..9a67789 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.1.1" +libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.0" ``` ## Documentation