From 6b392d92dd95394ea876a7a1c90b1db171bfba8d Mon Sep 17 00:00:00 2001 From: Luis Thein Date: Sat, 30 Jul 2022 13:50:17 +0200 Subject: [PATCH] chore: Bump Version + Update CHANGELOG Added release job for github ci --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b3bad..1e06899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changelog + +## 1.2.0 + +* Added a `markerAnnotationWithHue()` and `pinAnnotationWithHue()` method to allow custom marker/pin colors ## 1.1.0 * Added Annotation zIndex diff --git a/pubspec.yaml b/pubspec.yaml index 443d513..522be5f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apple_maps_flutter description: This plugin uses the Flutter platform view to display an Apple Maps widget. -version: 1.1.0 +version: 1.2.0 homepage: https://luisthein.de repository: https://github.com/LuisThein/apple_maps_flutter issue_tracker: https://github.com/LuisThein/apple_maps_flutter/issues