diff --git a/CHANGELOG.md b/CHANGELOG.md index eb95c54..58b5285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +* Update minSdk to 23 in Android [#9](https://github.com/natsuk4ze/compassx/pull/9) +* Add CompassXException [#5](https://github.com/natsuk4ze/compassx/pull/5) +* Fix Java 17 compatibility + ## 0.0.2 * Fix documentation comments diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e3b8d81..2526622 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: compassx_example description: "Demonstrates how to use the compassx plugin." -version: 0.0.2 +version: 1.0.0 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 0a008bd..2dc82f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: compassx description: "Flutter compass plugin offering true heading, accuracy, and calibration needs." -version: 0.0.2 +version: 1.0.0 homepage: https://pub.dev/packages/compassx repository: https://github.com/natsuk4ze/compassx documentation: https://github.com/natsuk4ze/compassx/wiki