diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a6abd95..49d9d9557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [22.0.0](https://github.com/Telefonica/mistica-ios/compare/v21.1.0...v22.0.0) (2023-03-03) + + +### Bug Fixes + +* **DataCard:** fix compilation error with Xcode 14.3 beta 2 ([e26751b](https://github.com/Telefonica/mistica-ios/commit/e26751b3d8081ae65617f86734b85df1b2715589)) + + +### BREAKING CHANGES + +* **DataCard:** removes use of optional binding where it's not needed + # [21.1.0](https://github.com/Telefonica/mistica-ios/compare/v21.0.0...v21.1.0) (2023-03-03) diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index 1795ec4fc..fe9bf9dd8 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 21.1.0 +VERSION_NUMBER = 22.0.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options