Skip to content

Commit

Permalink
chore: release 9.0.0-beta.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: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Apr 23, 2024
1 parent 354bb8f commit 443ed46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AlgoliaSearchClient.podspec
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearchClient'
s.module_name = 'AlgoliaSearchClient'
s.version = '9.0.0-alpha.5'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-alpha.5' }
s.version = '9.0.0-beta.1'
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-beta.1' }
s.authors = { 'Algolia' => 'contact@algolia.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## [9.0.0-beta.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-beta.0...9.0.0-beta.1)

- [b621988bc](https://github.com/algolia/api-clients-automation/commit/b621988bc) feat(specs): promote @kai687 to code owner ([#3014](https://github.com/algolia/api-clients-automation/pull/3014)) by [@Fluf22](https://github.com/Fluf22/)
- [f9877a8ae](https://github.com/algolia/api-clients-automation/commit/f9877a8ae) fix(specs): remove periods on summaries ([#3013](https://github.com/algolia/api-clients-automation/pull/3013)) by [@kai687](https://github.com/kai687/)

## [9.0.0-alpha.5](https://github.com/algolia/algoliasearch-client-swift/compare/9.0.0-alpha.4...9.0.0-alpha.5)

- [41121e77e](https://github.com/algolia/api-clients-automation/commit/41121e77e) fix(specs): attribute and index names case sensitive ([#2990](https://github.com/algolia/api-clients-automation/pull/2990)) by [@kai687](https://github.com/kai687/)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Core/Helpers/Version.swift
Expand Up @@ -48,5 +48,5 @@ extension Version: CustomStringConvertible {
}

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

0 comments on commit 443ed46

Please sign in to comment.