Skip to content

Commit 518fbf7

Browse files
chore: Deploying new minor version 8.12.0 (#760)
* chore: update version to 8.12.0 [skip ci] Co-authored-by: Vladislav Fitc <[email protected]>
1 parent 775d8cd commit 518fbf7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.11.0"
4+
spec.version = "8.12.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog
22

3+
## [8.12.0](https://github.com/algolia/algoliasearch-client-swift/compare/...8.12.0) (2021-11-05)
4+
5+
### Feat
6+
7+
- Client-level search method (#751) ([775d8cd](https://github.com/algolia/algoliasearch-client-swift/commit/775d8cd))
8+
9+
10+
311
## [8.11.0](https://github.com/algolia/algoliasearch-client-swift/compare/...8.11.0) (2021-10-06)
412

513
### Feat
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: 11, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 8, minor: 12, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)