Skip to content

Commit

Permalink
chore: release 9.10.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Nov 14, 2024
1 parent 6088025 commit 9f0e330
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AlgoliaSearchClient.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearchClient'
s.module_name = 'AlgoliaSearchClient'
s.version = '9.9.1'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.9.1' }
s.version = '9.10.0'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.10.0' }
s.authors = { 'Algolia' => '[email protected]' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [9.10.0](https://github.com/algolia/algoliasearch-client-swift/compare/9.9.1...9.10.0)

- [4c73f4c9a](https://github.com/algolia/api-clients-automation/commit/4c73f4c9a) feat(specs): add estimate path and responses ([#4057](https://github.com/algolia/api-clients-automation/pull/4057)) by [@cdhawke](https://github.com/cdhawke/)
- [39ad05495](https://github.com/algolia/api-clients-automation/commit/39ad05495) feat(specs): update estimate response type ([#4101](https://github.com/algolia/api-clients-automation/pull/4101)) by [@cdhawke](https://github.com/cdhawke/)
- [0985a1ced](https://github.com/algolia/api-clients-automation/commit/0985a1ced) fix(clients): use correct user agent ([#4103](https://github.com/algolia/api-clients-automation/pull/4103)) by [@millotp](https://github.com/millotp/)

## [9.9.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.9.0...9.9.1)

- [801241e12](https://github.com/algolia/api-clients-automation/commit/801241e12) fix(specs): add secrets payload for updates ([#4061](https://github.com/algolia/api-clients-automation/pull/4061)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Helpers/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ extension Version: CustomStringConvertible {
}

public extension Version {
static let current: Version = .init(version: "9.9.1")
static let current: Version = .init(version: "9.10.0")
}

0 comments on commit 9f0e330

Please sign in to comment.