Skip to content

Commit

Permalink
chore: release 9.7.1
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
  • Loading branch information
algolia-bot committed Oct 10, 2024
1 parent 4dd78da commit e6d0ae5
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7.0'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.0' }
s.version = '9.7.1'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.7.1' }
s.authors = { 'Algolia' => '[email protected]' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main'
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [9.7.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.0...9.7.1)

- [06c48549b](https://github.com/algolia/api-clients-automation/commit/06c48549b) chore(swift): github releases are created by the monorepo ([#3928](https://github.com/algolia/api-clients-automation/pull/3928)) by [@Fluf22](https://github.com/Fluf22/)
- [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/)
- [ee6c043ef](https://github.com/algolia/api-clients-automation/commit/ee6c043ef) fix(clients): remove all client side validation expect null check ([#3936](https://github.com/algolia/api-clients-automation/pull/3936)) by [@millotp](https://github.com/millotp/)
- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/)
- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/)

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

- [ad8e3d224](https://github.com/algolia/api-clients-automation/commit/ad8e3d224) fix(specs): update analytics and abtesting max pagination query limit ([#3696](https://github.com/algolia/api-clients-automation/pull/3696)) by [@febeck](https://github.com/febeck/)
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.7.0")
static let current: Version = .init(version: "9.7.1")
}

0 comments on commit e6d0ae5

Please sign in to comment.