diff --git a/CHANGELOG.md b/CHANGELOG.md index dc71e60c6..6a9821347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [30.3.0](https://github.com/Telefonica/mistica-ios/compare/v30.2.0...v30.3.0) (2024-06-18) + + +### Features + +* **Feedback:** LATCH-1676 Allowing 3 buttons at the same time: primary, secondary and link ([7a260f5](https://github.com/Telefonica/mistica-ios/commit/7a260f57d8e8f8e329f504f47155284e4d829dd4)) + # [30.2.0](https://github.com/Telefonica/mistica-ios/compare/v30.1.1...v30.2.0) (2024-06-11) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index 45c96845b..462bb51b2 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 30.2.0 +VERSION_NUMBER = 30.3.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index dd8ae1c35..4924dc443 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 30.2.0 +VERSION_NUMBER = 30.3.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options