Skip to content

Commit d5f9056

Browse files
chore: release 9.0.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 715ec9e commit d5f9056

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

AlgoliaSearchClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearchClient'
33
s.module_name = 'AlgoliaSearchClient'
4-
s.version = '9.0.0-beta.17'
5-
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-beta.17' }
4+
s.version = '9.0.0'
5+
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0' }
66
s.authors = { 'Algolia' => 'contact@algolia.com' }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next'

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.0.0](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.17...9.0.0)
2+
3+
New major version released! Browse [our documentation](https://www.algolia.com/doc/libraries/swift)
4+
5+
- [22348001a](https://github.com/algolia/api-clients-automation/commit/22348001a) fix(specs): required ingestion search params ([#3516](https://github.com/algolia/api-clients-automation/pull/3516)) by [@shortcuts](https://github.com/shortcuts/)
6+
17
## [9.0.0-beta.17](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.16...9.0.0-beta.17)
28

39
- [4c052002e](https://github.com/algolia/api-clients-automation/commit/4c052002e) feat(specs): recursive snippets and highlights result ([#3497](https://github.com/algolia/api-clients-automation/pull/3497)) by [@shortcuts](https://github.com/shortcuts/)

Sources/Core/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ extension Version: CustomStringConvertible {
4848
}
4949

5050
public extension Version {
51-
static let current: Version = .init(version: "9.0.0-beta.17")
51+
static let current: Version = .init(version: "9.0.0")
5252
}

0 commit comments

Comments
 (0)