diff --git a/CHANGELOG.md b/CHANGELOG.md index 896e0c5..fcb70e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions. +## 2.0.9 + +### Fixes + +- Fix device orientation does not match sensor orientation. + ## 2.0.8 ### Improvements diff --git a/pubspec.yaml b/pubspec.yaml index 743876c..c569c6d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: Easily apply tilt parallax hover effects for Flutter, which support # https://semver.org/spec/v2.0.0-rc.1.html # https://dart.dev/tools/pub/versioning#semantic-versions # https://dart.dev/tools/pub/dependencies#version-constraints -version: 2.0.8 +version: 2.0.9 homepage: https://amoshuke.github.io/flutter_tilt_book repository: https://github.com/fluttercandies/flutter_tilt issue_tracker: https://github.com/fluttercandies/flutter_tilt/issues