diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a932e68..9d9f924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.2.0 - 2022-01-01 - Converted to use the Gleam build tool. - The underlying `jsone` Erlang JSON libary has been replaced with the new @@ -1,5 +1,5 @@ name = "gleam_json" -version = "0.1.0" +version = "0.2.0" licences = ["Apache-2.0"] description = "Work with JSON in Gleam" |