diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e0e1c..bec0775 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) (2024-12-21) + + +### 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"