diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6d35f9..aa517b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [29.1.1](https://github.com/Telefonica/mistica-ios/compare/v29.1.0...v29.1.1) (2024-02-02) + + +### Bug Fixes + +* **AccessibilityIdentifiers:** IOS-9694 - New struct for common Ids ([#334](https://github.com/Telefonica/mistica-ios/issues/334)) ([838aa6b](https://github.com/Telefonica/mistica-ios/commit/838aa6bd09ecd1f23a790f657d5872a2346ea0b0)) +* **List:** Make list chevron accesibility identifier visible and configurable ([#333](https://github.com/Telefonica/mistica-ios/issues/333)) ([28967aa](https://github.com/Telefonica/mistica-ios/commit/28967aabccf1d01168c331eaf1912db9eb2df62a)) + # [29.1.0](https://github.com/Telefonica/mistica-ios/compare/v29.0.0...v29.1.0) (2024-01-25) diff --git a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig index ac86ca58..63331b87 100644 --- a/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig +++ b/MisticaCatalog/SupportFiles/MisticaCatalogConfig.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.1.0 +VERSION_NUMBER = 29.1.1 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/Sources/SupportFiles/Mistica.xcconfig b/Sources/SupportFiles/Mistica.xcconfig index ba6f9f87..c3ceddc7 100644 --- a/Sources/SupportFiles/Mistica.xcconfig +++ b/Sources/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 29.1.0 +VERSION_NUMBER = 29.1.1 CURRENT_PROJECT_VERSION = 1 //Build // Build options