diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a027756..15e17be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [33.2.1](https://github.com/Telefonica/mistica-ios/compare/v33.2.0...v33.2.1) (2024-11-12) + + +### Bug Fixes + +* **Button:** Remove non necessary catalog example ([#411](https://github.com/Telefonica/mistica-ios/issues/411)) ([68092f7](https://github.com/Telefonica/mistica-ios/commit/68092f7f6813dccbdb47882e5b7605f49a7e14f7)) + # [33.2.0](https://github.com/Telefonica/mistica-ios/compare/v33.1.0...v33.2.0) (2024-10-29) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index b29072e1..25c6bed0 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 33.2.0 +VERSION_NUMBER = 33.2.1 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index b2e3731b..8fed78c0 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 33.2.0 +VERSION_NUMBER = 33.2.1 CURRENT_PROJECT_VERSION = 1 //Build // Build options