diff --git a/CHANGELOG.md b/CHANGELOG.md index c20370fc4..8f343d643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.0.1](https://github.com/Telefonica/mistica-ios/compare/v8.0.0...v8.0.1) (2021-01-28) + + +### Bug Fixes + +* **HeaderView:** add support for setting custom accessibility IDs and labels ([#71](https://github.com/Telefonica/mistica-ios/issues/71)) ([97a98cd](https://github.com/Telefonica/mistica-ios/commit/97a98cd342e2a19069ca6afbe6ed07358f68ec22)) +* **ListViewCell:** Add missing accessibility identifiers in ListViewCell ([#70](https://github.com/Telefonica/mistica-ios/issues/70)) ([33e1c8c](https://github.com/Telefonica/mistica-ios/commit/33e1c8cf66b5107eff24507d5a86aaf10cf16f27)) + # [8.0.0](https://github.com/Telefonica/mistica-ios/compare/v7.1.0...v8.0.0) (2021-01-26) diff --git a/Mistica.podspec b/Mistica.podspec index c7dba6e98..b4988aa84 100644 --- a/Mistica.podspec +++ b/Mistica.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Mistica' - s.version = '8.0.0' + s.version = '8.0.1' s.summary = 'Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.' s.description = <<-DESC Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group. diff --git a/Mistica/SupportFiles/Mistica.xcconfig b/Mistica/SupportFiles/Mistica.xcconfig index b52318321..f37bd840f 100644 --- a/Mistica/SupportFiles/Mistica.xcconfig +++ b/Mistica/SupportFiles/Mistica.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 8.0.0 +VERSION_NUMBER = 8.0.1 CURRENT_PROJECT_VERSION = 1 //Build // Build options diff --git a/MisticaCatalog/SupportFiles/Config.xcconfig b/MisticaCatalog/SupportFiles/Config.xcconfig index c122b592b..4d45bb434 100644 --- a/MisticaCatalog/SupportFiles/Config.xcconfig +++ b/MisticaCatalog/SupportFiles/Config.xcconfig @@ -7,7 +7,7 @@ // // Versioning -VERSION_NUMBER = 8.0.0 +VERSION_NUMBER = 8.0.1 CURRENT_PROJECT_VERSION = 1 //Build // Build options