Skip to content

Commit

Permalink
Prepare release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Dec 19, 2023
1 parent 4a47b16 commit 0023205
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.8.1

- Ignore empty strings when setting `buildNumber`, `buildVersion` or `buildCommit` via `--dart-define` [#323](https://github.com/wiredashio/wiredash-sdk/pull/323)
- Improve SDK usage reporting

## 1.8.0
- Wiredash now automatically collects the version information of your app. No need to set `buildVersion`, `buildNumber` anymore. If you want to override this information, you can still do so via dart-define at compile time https://docs.wiredash.io/sdk/custom-properties/#during-compile-time.
- New: `Wiredash(collectSessionMetaData: )` combines and replaces `collectSessionMetaData` of `WiredashFeedbackOptions` and `PsOptions`. No deduplicate code anymore 🎉
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 @@ -39,4 +39,5 @@
/// 174 -> 1.7.4
/// 175 -> 1.7.5
/// 180 -> 1.8.0
const wiredashSdkVersion = 180;
/// 181 -> 1.8.1
const wiredashSdkVersion = 181;
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.8.0
version: 1.8.1
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 0023205

Please sign in to comment.