Skip to content

Commit 7e8b169

Browse files
committed
Corrects mistake in CHANGELOG
1 parent 24ec8d6 commit 7e8b169

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

geocoding_android/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 5.0.2
2+
3+
- Corrects a small mistake in the 5.0.0 changelog entry.
4+
15
## 5.0.1
26

37
- Updates the example app to demonstrate Android-specific platform channel methods.
48

59
## 5.0.0
610

711
- **BREAKING CHANGES:**
8-
- Implements version 4.0.0 of the geocoding_platform_interface.
12+
- Implements version 5.0.0 of the geocoding_platform_interface.
913
- Allows passing the `Locale` with the `locationFromAddress`,
1014
`locationFromCoordinates` and `placemarkFromAddress` methods instead of
1115
having to separately set the `setLocaleIdentifier` method (this resolves

geocoding_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geocoding_android
22
description: A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.
3-
version: 5.0.1
3+
version: 5.0.2
44
repository: https://github.com/baseflow/flutter-geocoding/tree/main/geocoding_android
55
issue_tracker: https://github.com/Baseflow/flutter-geocoding/issues
66

0 commit comments

Comments
 (0)