diff --git a/AlgoliaSearchClient.podspec b/AlgoliaSearchClient.podspec index 88eba6eb..cf609e0f 100644 --- a/AlgoliaSearchClient.podspec +++ b/AlgoliaSearchClient.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'AlgoliaSearchClient' s.module_name = 'AlgoliaSearchClient' - s.version = '9.12.1' - s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.12.1' } + s.version = '9.12.2' + s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.12.2' } s.authors = { 'Algolia' => 'contact@algolia.com' } s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main' diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee1bb1e..2cee85e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [9.12.2](https://github.com/algolia/algoliasearch-client-swift/compare/9.12.1...9.12.2) + +- [0481473fe0](https://github.com/algolia/api-clients-automation/commit/0481473fe0) chore: trigger auto close pr ([#4250](https://github.com/algolia/api-clients-automation/pull/4250)) by [@shortcuts](https://github.com/shortcuts/) + ## [9.12.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.12.0...9.12.1) - [cd59f445e](https://github.com/algolia/api-clients-automation/commit/cd59f445e) fix(specs): enable watcher for push ([#4229](https://github.com/algolia/api-clients-automation/pull/4229)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/Sources/Core/Helpers/Version.swift b/Sources/Core/Helpers/Version.swift index 9f1542a7..3e27d5fd 100644 --- a/Sources/Core/Helpers/Version.swift +++ b/Sources/Core/Helpers/Version.swift @@ -48,5 +48,5 @@ extension Version: CustomStringConvertible { } public extension Version { - static let current: Version = .init(version: "9.12.1") + static let current: Version = .init(version: "9.12.2") }