diff --git a/README.md b/README.md index 0426750..38e2be0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following dependency to your POM (or equivalent for other dependency man com.moandjiezana.toml toml4j - 0.5.1 + 0.6.0 ``` @@ -305,6 +305,10 @@ Output: Date precision is limited to milliseconds. +## Changelog + +Please see the [changelog](CHANGELOG.md). + ## Contributing Please see the [contribution guidelines](CONTRIBUTING.md). diff --git a/pom.xml b/pom.xml index 2a35408..afeec05 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.moandjiezana.toml toml4j - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT toml4j A parser for TOML http://moandjiezana.com/toml/toml4j