From e004e40047c27bacd491f075904b5522ffae3002 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Mon, 7 Oct 2024 14:30:09 +0200 Subject: [PATCH] new version --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48828d27..08c73d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project try to adheres to [Semantic Versioning](https://semver.org/). Go to the `v1` branch to see the changelog of Lume 1. -## [2.3.3] - Unreleased +## [2.3.3] - 2024-10-07 ### Added - Basic auth middleware: Added `errorMessage` option. - Added "none" merge strategy to reset a previously defined strategy. @@ -546,7 +546,7 @@ Go to the `v1` branch to see the changelog of Lume 1. [#668]: https://github.com/lumeland/lume/issues/668 [#671]: https://github.com/lumeland/lume/issues/671 -[2.3.3]: https://github.com/lumeland/lume/compare/v2.3.2...HEAD +[2.3.3]: https://github.com/lumeland/lume/compare/v2.3.2...v2.3.3 [2.3.2]: https://github.com/lumeland/lume/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/lumeland/lume/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/lumeland/lume/compare/v2.2.4...v2.3.0