diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdf1a6..67bb0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.17.1 - 2022-12-08 - Fixed a bug where the `to_string` and `from_string` functions in the `charlist` module would handle some unicode characters incorrectly. diff --git a/gleam.toml b/gleam.toml index 6386bfa..9786ed5 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,6 +1,6 @@ name = "gleam_erlang" -version = "0.17.0" +version = "0.17.1" licences = ["Apache-2.0"] description = "A Gleam library for working with Erlang"