diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0a164..bc7eca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v2.1.0 - 2024-02-09 + ### Added - Exported types from `conversation`. diff --git a/gleam.toml b/gleam.toml index 333c46c..4c2da71 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "glen" -version = "2.0.0" +version = "2.1.0" target = "javascript" description = "A peaceful web framework that targets JS." licences = ["MIT"]