diff --git a/AlgoliaSearchClient.podspec b/AlgoliaSearchClient.podspec index b5b7f5ae..ef6f82d0 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.3' - s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.3' } + s.version = '9.7.4' + s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.4' } 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 26c38fb3..39375ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [9.7.4](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.3...9.7.4) + +- [1f36e8f93](https://github.com/algolia/api-clients-automation/commit/1f36e8f93) fix(specs): results in getObjects is required ([#4024](https://github.com/algolia/api-clients-automation/pull/4024)) by [@shortcuts](https://github.com/shortcuts/) + ## [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/) diff --git a/Sources/Core/Helpers/Version.swift b/Sources/Core/Helpers/Version.swift index 1d307ab5..ae489608 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.3") + static let current: Version = .init(version: "9.7.4") }