From 3ecc8a6194b1eddc8cceb9792a17ce54bb582d9a Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Wed, 18 Dec 2024 11:28:18 +0000 Subject: [PATCH] chore: release 9.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: algolia-bot Co-authored-by: Clément Vannicatte --- AlgoliaSearchClient.podspec | 4 ++-- CHANGELOG.md | 4 ++++ Sources/Core/Helpers/Version.swift | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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") }