From e76a27094b65d60f74496958bdff0830ad006453 Mon Sep 17 00:00:00 2001 From: Alexis Choupault Date: Tue, 4 Mar 2025 19:39:19 +0100 Subject: [PATCH] changelog 0.3.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3496c12..b0adc26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0 + +* Create reminder alongside event by @AlexisChoupault in https://github.com/sncf-connect-tech/eventide/pull/18 +* Fix android action by @AlexisChoupault in https://github.com/sncf-connect-tech/eventide/pull/24 +* Code coverage https://github.com/sncf-connect-tech/eventide/pull/25 + ## 0.2.0 * Fixed gradle issue by targeting jvm 17 ([Issue #7](https://github.com/sncf-connect-tech/eventide/issues/7))