diff --git a/CHANGELOG.md b/CHANGELOG.md index 569c415..f33aded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-10 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`iabtcf_consent_info` - `v3.3.0`](#iabtcf_consent_info---v330) + +--- + +#### `iabtcf_consent_info` - `v3.3.0` + + - **FEAT**: upgrade kotlin to `1.8.22` (#25). + + ## 2024-09-03 ### Changes diff --git a/packages/iabtcf_consent_info/CHANGELOG.md b/packages/iabtcf_consent_info/CHANGELOG.md index e080568..992c23f 100644 --- a/packages/iabtcf_consent_info/CHANGELOG.md +++ b/packages/iabtcf_consent_info/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.3.0 + + - **FEAT**: upgrade kotlin to `1.8.22` (#25). + ## 3.2.0 - **FEAT**: moderize Android project (#24). diff --git a/packages/iabtcf_consent_info/pubspec.yaml b/packages/iabtcf_consent_info/pubspec.yaml index 2702a8e..7590f7b 100644 --- a/packages/iabtcf_consent_info/pubspec.yaml +++ b/packages/iabtcf_consent_info/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Flutter plugin for reading IAB TCF v2.0 user consent information, such as made available through CMP SDKs, like Funding Choices's User Messaging Platform (UMP). -version: 3.2.0 +version: 3.3.0 repository: https://github.com/blaugold/iabtcf_consent_info issue_tracker: https://github.com/blaugold/iabtcf_consent_info/issues diff --git a/packages/iabtcf_consent_info_web/example/pubspec.yaml b/packages/iabtcf_consent_info_web/example/pubspec.yaml index 723c5f8..1fa07f9 100644 --- a/packages/iabtcf_consent_info_web/example/pubspec.yaml +++ b/packages/iabtcf_consent_info_web/example/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 - iabtcf_consent_info: ^3.2.0 + iabtcf_consent_info: ^3.3.0 dev_dependencies: flutter_test: sdk: flutter