From 89af689d089f4a700fdb148af876b0f76b0b6b83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:04:59 +0200 Subject: [PATCH] chore(main): release 1.10.0 (#55) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9339214..d267fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/hauketoenjes/mplan_mobile/compare/v1.9.1...v1.10.0) (2024-09-20) + + +### Features + +* Fetch Foreword from CMS ([#54](https://github.com/hauketoenjes/mplan_mobile/issues/54)) ([fdc0164](https://github.com/hauketoenjes/mplan_mobile/commit/fdc0164e7eea8aa97c26bbd852c2570d5a95a720)) + ## [1.9.1](https://github.com/hauketoenjes/mplan_mobile/compare/v1.9.0...v1.9.1) (2024-05-20) diff --git a/pubspec.yaml b/pubspec.yaml index 50674e2..84fc16d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: mplan_mobile description: App zum Anzeigen des Messdienerplans der Messdiener St. Vitus Visbek. publish_to: "none" -version: 1.9.1+21 +version: 1.10.0+22 environment: sdk: ">=3.1.0 <4.0.0"