Skip to content

Commit 626fca0

Browse files
chore: release 9.0.0-beta.10
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 1d74d3b commit 626fca0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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.9'
5-
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-beta.9' }
4+
s.version = '9.0.0-beta.10'
5+
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-beta.10' }
66
s.authors = { 'Algolia' => '[email protected]' }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [9.0.0-beta.10](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.9...9.0.0-beta.10)
2+
3+
- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
4+
- [04a799417](https://github.com/algolia/api-clients-automation/commit/04a799417) fix(specs): ingestion task and transformation ([#3347](https://github.com/algolia/api-clients-automation/pull/3347)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [ce83a1115](https://github.com/algolia/api-clients-automation/commit/ce83a1115) fix(swift): wait for api key helper update operation ([#3340](https://github.com/algolia/api-clients-automation/pull/3340)) by [@Fluf22](https://github.com/Fluf22/)
6+
- [9451edcd4](https://github.com/algolia/api-clients-automation/commit/9451edcd4) fix(swift): api key helpers ([#3337](https://github.com/algolia/api-clients-automation/pull/3337)) by [@Fluf22](https://github.com/Fluf22/)
7+
- [dcb1b59dc](https://github.com/algolia/api-clients-automation/commit/dcb1b59dc) fix(specs): clarify browse parameters ([#3333](https://github.com/algolia/api-clients-automation/pull/3333)) by [@kai687](https://github.com/kai687/)
8+
19
## [9.0.0-beta.9](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.8...9.0.0-beta.9)
210

311
- [9776cb3ba](https://github.com/algolia/api-clients-automation/commit/9776cb3ba) feat(specs): add redirect to renderingContent ([#3296](https://github.com/algolia/api-clients-automation/pull/3296)) 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.9")
51+
static let current: Version = .init(version: "9.0.0-beta.10")
5252
}

0 commit comments

Comments
 (0)