diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ec1cfc..1a46fa1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.0 + +- [#266](https://github.com/wiredashio/wiredash-sdk/pull/266) Support for Flutter `3.7`. Required for `go_router` users +- [#255](https://github.com/wiredashio/wiredash-sdk/pull/255) Add french locale `fr` 🇫🇷 +- [#251](https://github.com/wiredashio/wiredash-sdk/pull/251) Add hungarian locale `hu` 🇭🇺 + ## 1.5.0 - New: Promoter Score Surveys 🎉 diff --git a/lib/src/core/version.dart b/lib/src/core/version.dart index aaa48abb..59b8e80a 100644 --- a/lib/src/core/version.dart +++ b/lib/src/core/version.dart @@ -31,4 +31,5 @@ /// 130 -> 1.1.0 /// 140 -> 1.2.0 /// 150 -> 1.5.0 -const wiredashSdkVersion = 150; +/// 160 -> 1.6.0 +const wiredashSdkVersion = 160; diff --git a/pubspec.yaml b/pubspec.yaml index 25186ea2..88bf8a0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wiredash description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score. -version: 1.5.0 +version: 1.6.0 homepage: https://wiredash.io repository: https://github.com/wiredashio/wiredash-sdk issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues