Skip to content

Commit

Permalink
chore(release): 22.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [22.0.0](v21.1.0...v22.0.0) (2023-03-03)

### Bug Fixes

* **DataCard:** fix compilation error with Xcode 14.3 beta 2 ([e26751b](e26751b))

### BREAKING CHANGES

* **DataCard:** removes use of optional binding where it's not needed
  • Loading branch information
semantic-release-bot committed Mar 3, 2023
1 parent e26751b commit 0e75541
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [22.0.0](https://github.com/Telefonica/mistica-ios/compare/v21.1.0...v22.0.0) (2023-03-03)


### Bug Fixes

* **DataCard:** fix compilation error with Xcode 14.3 beta 2 ([e26751b](https://github.com/Telefonica/mistica-ios/commit/e26751b3d8081ae65617f86734b85df1b2715589))


### BREAKING CHANGES

* **DataCard:** removes use of optional binding where it's not needed

# [21.1.0](https://github.com/Telefonica/mistica-ios/compare/v21.0.0...v21.1.0) (2023-03-03)


Expand Down
2 changes: 1 addition & 1 deletion Sources/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 21.1.0
VERSION_NUMBER = 22.0.0
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 0e75541

Please sign in to comment.