From 0d77f38c6e7a05d3449d12b81caf8aac8c2c247d Mon Sep 17 00:00:00 2001 From: MystPi <86574651+MystPi@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:14:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ gleam.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"]