diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0bb777d..8e6f9da81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [29.7.4](https://github.com/Telefonica/mistica-ios/compare/v29.7.3...v29.7.4) (2024-04-10) + + +### Bug Fixes + +* **Carousel:** Add missing inverse style option for the page bullets ([b6086f0](https://github.com/Telefonica/mistica-ios/commit/b6086f0d86db7a3bdf3fbd1ecfc85ca1b6b11f11)) + ## [29.7.3](https://github.com/Telefonica/mistica-ios/compare/v29.7.2...v29.7.3) (2024-04-04) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index 7c42d4604..1659d5cec 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.7.3 +VERSION_NUMBER = 29.7.4 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index 0313ff9a9..34e807b9d 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.7.3 +VERSION_NUMBER = 29.7.4 CURRENT_PROJECT_VERSION = 1 //Build // Build options