From 183119da2cb32ed2911e4370c809200f1adadd55 Mon Sep 17 00:00:00 2001 From: "sbb-app-bakery[bot]" <171943442+sbb-app-bakery[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:48:47 +0000 Subject: [PATCH] Release 2.5.0 --- CHANGELOG.md | 12 ++++++++++++ ci/.release-please-manifest.json | 2 +- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e0e1c..bfeb372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.0](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/2.4.0...2.5.0) (2025-01-11) + + +### Features + +* minimum supported Flutter SDK is 3.22.0 ([#74](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/issues/74)) ([a4fe10c](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/commit/a4fe10c4a9fe48e52cacd99025c06eb2e0d1696d)) + + +### Bug Fixes + +* repeatedly calling addAnnotations results in fatal crash ([#78](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/issues/78)) ([3f0dcaa](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/commit/3f0dcaa14760327491ef03dab6ce0e1fe7465651)) + ## [2.4.0](https://github.com/SchweizerischeBundesbahnen/journey-maps-client-flutter/compare/2.3.1...2.4.0) (2024-11-27) diff --git a/ci/.release-please-manifest.json b/ci/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/ci/.release-please-manifest.json +++ b/ci/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/pubspec.yaml b/pubspec.yaml index 20f9a3a..9a7a27d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ issue_tracker: https://github.com/SchweizerischeBundesbahnen/journey-maps-client topics: [map, maps, maplibre] # version is set by Release Please GH Action -version: 2.4.0 +version: 2.5.0 environment: sdk: ">=3.4.0 <4.0.0"