diff --git a/AlgoliaSearchClient.podspec b/AlgoliaSearchClient.podspec index 37b0b4f7..bd108b5b 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.0.2' - s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.2' } + s.version = '9.1.0' + s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.1.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 1ca55cf3..761688d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [9.1.0](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.2...9.1.0) + +- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/) + ## [9.0.2](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.1...9.0.2) - [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/Sources/Core/Helpers/Version.swift b/Sources/Core/Helpers/Version.swift index 2199182e..7cb2cdad 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.0.2") + static let current: Version = .init(version: "9.1.0") }