From ad98f41cd1bc21a4762f43b49c2f701abcc5b7db Mon Sep 17 00:00:00 2001 From: "Leo B." Date: Fri, 18 Jul 2025 20:30:56 +0200 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f143df2..a5de510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/cheetahbyte/flagly/compare/v0.4.2...v0.5.0) (2025-07-18) + + +### Features + +* implement evaluation service ([#15](https://github.com/cheetahbyte/flagly/issues/15)) ([e3786aa](https://github.com/cheetahbyte/flagly/commit/e3786aac23205ed7f8909650992ac731c07c50ec)) + ## [0.4.2](https://github.com/cheetahbyte/flagly/compare/v0.4.1...v0.4.2) (2025-07-16)