aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--gleam.toml2
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
diff --git a/gleam.toml b/gleam.toml
index 18f4631..1e65d33 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"