From d64297974fdab81203e05df724af40d89c73aeaa Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 29 Oct 2024 11:34:56 +0000 Subject: [PATCH] chore: release 9.8.0 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 | 7 +++++++ Sources/Core/Helpers/Version.swift | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/AlgoliaSearchClient.podspec b/AlgoliaSearchClient.podspec index ef6f82d0..a3d0b251 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.4' - s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.4' } + s.version = '9.8.0' + s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.8.0' } 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 39375ae7..a6d03eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.8.0](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.4...9.8.0) + +- [22f49f1f6](https://github.com/algolia/api-clients-automation/commit/22f49f1f6) fix(specs): update time range number types [skip-bc] ([#4023](https://github.com/algolia/api-clients-automation/pull/4023)) by [@Fluf22](https://github.com/Fluf22/) +- [312d33731](https://github.com/algolia/api-clients-automation/commit/312d33731) feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] ([#4029](https://github.com/algolia/api-clients-automation/pull/4029)) by [@kombucha](https://github.com/kombucha/) +- [32f9f4d16](https://github.com/algolia/api-clients-automation/commit/32f9f4d16) fix(specs): support synonyms type in camel case [skip-bc] ([#4031](https://github.com/algolia/api-clients-automation/pull/4031)) by [@shortcuts](https://github.com/shortcuts/) +- [7f5fe6b68](https://github.com/algolia/api-clients-automation/commit/7f5fe6b68) feat(clients): expose waitForTasks to batch helpers [skip-bc] ([#4030](https://github.com/algolia/api-clients-automation/pull/4030)) by [@shortcuts](https://github.com/shortcuts/) + ## [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/) diff --git a/Sources/Core/Helpers/Version.swift b/Sources/Core/Helpers/Version.swift index ae489608..3b4eb98d 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.4") + static let current: Version = .init(version: "9.8.0") }