From 8977032937d819c16e594a9ddb8a0e582cdd7e02 Mon Sep 17 00:00:00 2001 From: "Leo B." Date: Wed, 16 Jul 2025 10:37:38 +0200 Subject: [PATCH] chore(main): release 0.4.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ae80b..f143df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/cheetahbyte/flagly/compare/v0.4.1...v0.4.2) (2025-07-16) + + +### Bug Fixes + +* move middleware ([#13](https://github.com/cheetahbyte/flagly/issues/13)) ([95b4db3](https://github.com/cheetahbyte/flagly/commit/95b4db3d77380f1b808bc0ef6460df6dbe4810a2)) + ## [0.4.1](https://github.com/cheetahbyte/flagly/compare/v0.4.0...v0.4.1) (2025-07-15)