Skip to content

Commit

Permalink
Prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 9, 2023
1 parent cde87ef commit f524dd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🎉
Expand Down
3 changes: 2 additions & 1 deletion lib/src/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f524dd1

Please sign in to comment.