diff --git a/CHANGELOG.md b/CHANGELOG.md index da8f5584..270d759c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [30.0.0](https://github.com/Telefonica/mistica-ios/compare/v29.11.1...v30.0.0) (2024-05-09) + + +### Features + +* **O2New:** Add new O2New brand ([6c8c194](https://github.com/Telefonica/mistica-ios/commit/6c8c194af8f1349781c277d83eda193307eb2325)) + + +### BREAKING CHANGES + +* **O2New:** Refactor backgroundBrand color token as MisticaColor new type + ## [29.11.1](https://github.com/Telefonica/mistica-ios/compare/v29.11.0...v29.11.1) (2024-04-30) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index afbd77ed..518368da 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.11.1 +VERSION_NUMBER = 30.0.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index 9455d803..04a14e5e 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.11.1 +VERSION_NUMBER = 30.0.0 CURRENT_PROJECT_VERSION = 1 //Build // Build options