From 6e6b4110ef3fb844fe7855b7cf720e13b402c2fd Mon Sep 17 00:00:00 2001 From: Marcin Polak Date: Tue, 9 Jan 2024 15:27:08 +0100 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6600298..44c33b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.0](https://github.com/featurevisor/featurevisor-swift/compare/0.4.0...0.5.0) (2024-01-09) + +### Bugfixs + +* Wrong parsing datafile for segments if defined as pure string ([a47d430](https://github.com/featurevisor/featurevisor-swift/commit/a47d4309aa0edbc9cea6b6c394f974e2da59fbc1)) + ## [0.4.0](https://github.com/featurevisor/featurevisor-swift/compare/0.3.0...0.4.0) (2024-01-04) ### Bugfixs