Skip to content

Commit

Permalink
chore: release 9.0.0-alpha.1
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
3 people committed Jan 16, 2024
1 parent 4b583eb commit 6ac1b18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearchClient.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearchClient'
s.module_name = 'AlgoliaSearchClient'
s.version = '9.0.0-alpha.0'
s.version = '9.0.0-alpha.1'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :branch => 'next' }
s.authors = { 'Algolia' => 'contact@algolia.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
## [9.0.0-alpha.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-alpha.0...9.0.0-alpha.1)

- [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/)
- [297baa987](https://github.com/algolia/api-clients-automation/commit/297baa987) chore(clients): provide snippets for all languages ([#2518](https://github.com/algolia/api-clients-automation/pull/2518)) by [@shortcuts](https://github.com/shortcuts/)
- [c0bf57093](https://github.com/algolia/api-clients-automation/commit/c0bf57093) fix(swift): add RequestOptions ([#2523](https://github.com/algolia/api-clients-automation/pull/2523)) by [@Fluf22](https://github.com/Fluf22/)
- [147035cf5](https://github.com/algolia/api-clients-automation/commit/147035cf5) feat(swift): initial generation ([#2370](https://github.com/algolia/api-clients-automation/pull/2370)) by [@Fluf22](https://github.com/Fluf22/)
- [857f3632e](https://github.com/algolia/api-clients-automation/commit/857f3632e) feat(clients): generate code snippets from cts ([#2511](https://github.com/algolia/api-clients-automation/pull/2511)) by [@shortcuts](https://github.com/shortcuts/)

2 changes: 1 addition & 1 deletion Sources/Core/Helpers/Version.swift
Expand Up @@ -43,5 +43,5 @@ extension Version: CustomStringConvertible {
}

extension Version {
public static let current: Version = .init(version: "9.0.0-alpha.0")
public static let current: Version = .init(version: "9.0.0-alpha.1")
}

0 comments on commit 6ac1b18

Please sign in to comment.