Skip to content

Commit 974232f

Browse files
committed
docs: update changelog to include mention of android sdk fix
1 parent 6130a22 commit 974232f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
## 0.4.0
2+
23
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.4.0
34
- Updated `flutter_lints` dependency
45
- Updated package to make it compliant with flutter package rules
56
- Made all calls in `Telemetrydecksdk` class static - no need to create an instance anymore
67
- `additionalPayload` takes a `Map<String, dynamic>`now instead of a `Map<String, String>` and values will now be stringified automatically
8+
- [Fixes](https://github.com/TelemetryDeck/KotlinSDK/pull/27) an issue which causes signals from Android to always appear in test mode.
79

810
## 0.3.0
11+
912
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.3.0
1013

1114
## 0.2.0
15+
1216
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.2.0
1317

1418
## 0.1.0
19+
1520
- TelemetryDeck SDK is now available for macOS apps
1621
- Improvements to documentation and pub.dev listing
1722

1823
## 0.0.5
24+
1925
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.0.5
2026

2127
## 0.0.4
28+
2229
- The initial release of TelemetryDeck SDK for Flutter
2330

2431
## 0.0.3
32+
2533
- The initial release of TelemetryDeck SDK for Flutter

0 commit comments

Comments
 (0)