Skip to content

Commit 44f45e1

Browse files
runnerrunner
authored andcommitted
chore: update version to 8.19.0 [skip ci]
1 parent ea85f6e commit 44f45e1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

AlgoliaSearchClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = "AlgoliaSearchClient"
33
spec.module_name = 'AlgoliaSearchClient'
4-
spec.version = "8.18.2"
4+
spec.version = "8.19.0"
55
spec.summary = "Algolia Search API Client written in Swift."
66
spec.homepage = "https://github.com/algolia/algoliasearch-client-swift"
77
spec.license = { :type => "MIT", :file => "LICENSE" }

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ChangeLog
22

3+
## [8.19.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.18.2...8.19.0) (2023-12-07)
4+
5+
### Misc
6+
7+
- fix(client configuration): default headers not applied (#839) ([f7745ae](https://github.com/algolia/algoliasearch-client-swift/commit/f7745ae))
8+
- feat(search disjunctive faceting): add request options (#840) ([5a21b35](https://github.com/algolia/algoliasearch-client-swift/commit/5a21b35))
9+
- chore(api key test): skip if failed (#835) ([7355d13](https://github.com/algolia/algoliasearch-client-swift/commit/7355d13))
10+
11+
12+
313
## [8.18.2](https://github.com/algolia/algoliasearch-client-swift/compare/8.18.1...8.18.2) (2023-08-15)
414

515
### Fix
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This is generated file. Don't modify it manually.
2-
public extension Version { static let current: Version = .init(major: 8, minor: 18, patch: 2, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 8, minor: 19, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)