diff --git a/CHANGELOG.md b/CHANGELOG.md index 1931af9..1475d3b 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.0.0 - 2024-02-05 + ### Added - Changelog to keep track of changes and releases @@ -41,3 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - `custom_serve` function in favor of `convert_request` and `convert_response` (more info in the readme). + +## Pre-v2.0.0 + +Pre v2.0.0 versions are not documented in the changelog. diff --git a/gleam.toml b/gleam.toml index d37b5b9..345c7fd 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "glen" -version = "1.1.1" +version = "2.0.0" target = "javascript" description = "A peaceful web framework that targets JS." licences = ["MIT"]