diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5b761..cebd822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.3] - 2026-05-12 + +### Fixed +- Fixed an issue where Ktor classes were getting stripped due to proguard rules. +- Fixed an issue related to blank user identifier in identification calls. +- Added a fix for masking stability during scrolls. +- Fixed an issue related to garbage characters in custom events. +- Fixed an issue with empty crash types in iOS. +- Fixed an issue with push notifications not being delivered in sandbox environments in iOS. + ## [2.3.2] - 2026-04-28 ### Changed diff --git a/devrev_sdk_flutter-2.3.2.zip b/devrev_sdk_flutter-2.3.2.zip deleted file mode 100644 index 137d1a7..0000000 Binary files a/devrev_sdk_flutter-2.3.2.zip and /dev/null differ diff --git a/devrev_sdk_flutter-2.3.3.zip b/devrev_sdk_flutter-2.3.3.zip new file mode 100644 index 0000000..758345c Binary files /dev/null and b/devrev_sdk_flutter-2.3.3.zip differ diff --git a/sample/pubspec.yaml b/sample/pubspec.yaml index aecd8aa..c1e570e 100644 --- a/sample/pubspec.yaml +++ b/sample/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter: sdk: flutter - devrev_sdk_flutter: ^2.3.2 + devrev_sdk_flutter: ^2.3.3 cupertino_icons: ^1.0.8 firebase_core: ^3.12.1 firebase_app_installations: ^0.3.2+4