From 45bdb3e0c869df86728146a3da6d7be4d28f173e Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 21 Oct 2024 16:30:06 +0000 Subject: [PATCH] chore: release 9.7.3 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 7b463602..b5b7f5ae 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.7.2' - s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.2' } + s.version = '9.7.3' + s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.3' } 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 3b47917a..26c38fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [9.7.3](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.2...9.7.3) + +- [fe2c8440e](https://github.com/algolia/api-clients-automation/commit/fe2c8440e) docs(analytics): constrain pagination only to limit query parameter ([#4012](https://github.com/algolia/api-clients-automation/pull/4012)) by [@febeck](https://github.com/febeck/) + ## [9.7.2](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.1...9.7.2) - [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/Sources/Core/Helpers/Version.swift b/Sources/Core/Helpers/Version.swift index c1bb2e0d..1d307ab5 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.7.2") + static let current: Version = .init(version: "9.7.3") }