diff --git a/CHANGELOG.md b/CHANGELOG.md index bc414f9..790dffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,64 @@ -## [2.2.4](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4) (2023-03-14) + +# Changelog -### Bug Fixes +All notable changes to this project will be documented in this file. -* Setting DDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.2.3](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3) (2023-01-09) +## [Unreleased] +### Added -### Bug Fixes +- Added support for Rokt Kit plugin -* Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) +## [2.2.4] - 2023-03-14 -## [2.2.2](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2) (2022-09-29) +### Fixed -### Bug Fixes +- Setting GDPR Consents on iOS ([#23](https://github.com/mParticle/cordova-plugin-mparticle/issues/23)) ([c13eaa7](https://github.com/mParticle/cordova-plugin-mparticle/commit/c13eaa7f3e68fb3a510de75c25831c44ce716dc9)) -* Fix ProductActions getting mapped to PromotionActions ([#16](https://github.com/mParticle/cordova-plugin-mparticle/issues/16)) ([85ab4c7](https://github.com/mParticle/cordova-plugin-mparticle/commit/85ab4c7c67a16e93879e8488760baeec3abda650)) +## [2.2.3] - 2023-01-09 -## [2.2.1](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.0...2.2.1) (2022-05-19) +### Fixed -### Bug Fixes +- Android Consent now retains previously Set Consent States ([#22](https://github.com/mParticle/cordova-plugin-mparticle/issues/22)) ([c5ce970](https://github.com/mParticle/cordova-plugin-mparticle/commit/c5ce97014b9cefc86c878f899472848c1d3fa6f7)) -* update Android usage of info -> customAttributes ([#15](https://github.com/mParticle/cordova-plugin-mparticle/issues/15)) ([dc8830b](https://github.com/mParticle/cordova-plugin-mparticle/commit/dc8830b05ff8ae4401c3c731eb023cb3f4dfa200)) +## [2.2.2] - 2022-09-29 -# [2.2.0](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.1.0...2.2.0) (2022-05-06) +### Fixed -### Features +- Fix ProductActions getting mapped to PromotionActions ([#16](https://github.com/mParticle/cordova-plugin-mparticle/issues/16)) ([85ab4c7](https://github.com/mParticle/cordova-plugin-mparticle/commit/85ab4c7c67a16e93879e8488760baeec3abda650)) -* update MParticle Android SDK to 5.38.1 ([05e3e5d](https://github.com/mParticle/cordova-plugin-mparticle/commit/05e3e5db7cecc01cf6a74bb8b10ef141dfc22c7c)) +## [2.2.1] - 2022-05-19 -# [2.1.0](https://github.com/mParticle/cordova-plugin-mparticle/compare/2.0.6...2.1.0) (2022-05-06) +### Fixed -### Features +- Update Android usage of info -> customAttributes ([#15](https://github.com/mParticle/cordova-plugin-mparticle/issues/15)) ([dc8830b](https://github.com/mParticle/cordova-plugin-mparticle/commit/dc8830b05ff8ae4401c3c731eb023cb3f4dfa200)) -* Add GDPR and CCPA Consent ([#13](https://github.com/mParticle/cordova-plugin-mparticle/issues/13)) ([60368be](https://github.com/mParticle/cordova-plugin-mparticle/commit/60368be9d9ec8f471bc8d5a7b479ed0ce7d9f05e)) +## [2.2.0] - 2022-05-06 + + +### Changed + +- Update MParticle Android SDK to 5.38.1 ([05e3e5d](https://github.com/mParticle/cordova-plugin-mparticle/commit/05e3e5db7cecc01cf6a74bb8b10ef141dfc22c7c)) + +## [2.1.0] - 2022-05-06 + + +### Added + +- Add GDPR and CCPA Consent ([#13](https://github.com/mParticle/cordova-plugin-mparticle/issues/13)) ([60368be](https://github.com/mParticle/cordova-plugin-mparticle/commit/60368be9d9ec8f471bc8d5a7b479ed0ce7d9f05e)) + +[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...HEAD +[2.2.4]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4 +[2.2.3]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3 +[2.2.2]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2 +[2.2.1]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.0...2.2.1 +[2.2.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.1.0...2.2.0 +[2.1.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.0.6...2.1.0