diff --git a/AlgoliaSearchClient.podspec b/AlgoliaSearchClient.podspec index 82daf5c6..2fa64bef 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.0-beta.7' - s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-beta.7' } + s.version = '9.0.0-beta.8' + s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-beta.8' } s.authors = { 'Algolia' => 'contact@algolia.com' } s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next' diff --git a/CHANGELOG.md b/CHANGELOG.md index d165f9cb..da84b455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [9.0.0-beta.8](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.7...9.0.0-beta.8) + +- [197d1989a](https://github.com/algolia/api-clients-automation/commit/197d1989a) feat(swift): generate tests for helpers ([#3248](https://github.com/algolia/api-clients-automation/pull/3248)) by [@millotp](https://github.com/millotp/) +- [8e98407c1](https://github.com/algolia/api-clients-automation/commit/8e98407c1) fix(clients): update ingestion transformations description and fix taggroups ([#3265](https://github.com/algolia/api-clients-automation/pull/3265)) by [@shortcuts](https://github.com/shortcuts/) + ## [9.0.0-beta.7](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.6...9.0.0-beta.7) - [e5cfcf0c4](https://github.com/algolia/api-clients-automation/commit/e5cfcf0c4) feat(clients): generate common LICENSE ([#3258](https://github.com/algolia/api-clients-automation/pull/3258)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/Sources/Core/Helpers/Version.swift b/Sources/Core/Helpers/Version.swift index 4959dafe..f3159db0 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.0-beta.7") + static let current: Version = .init(version: "9.0.0-beta.8") }