Skip to content

Commit c7cc8ba

Browse files
committed
chore: update version to 8.6.0 [skip ci]
1 parent c3103b4 commit c7cc8ba

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.5.0"
4+
spec.version = "8.6.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# ChangeLog
22

3+
## [8.6.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.5.0...8.6.0) (2021-02-03)
4+
5+
### Feat
6+
7+
- Custom dictionaries (#717) ([c3103b4](https://github.com/algolia/algoliasearch-client-swift/commit/c3103b4))
8+
- **settings**: Add attributesToTransliterate settings parameter (#723) ([722750b](https://github.com/algolia/algoliasearch-client-swift/commit/722750b))
9+
10+
### Fix
11+
12+
- Update carthage dependencies and prebuild script (#725) ([ab8a46d](https://github.com/algolia/algoliasearch-client-swift/commit/ab8a46d))
13+
- AB test variant fields nullability (#720) ([b97fefe](https://github.com/algolia/algoliasearch-client-swift/commit/b97fefe))
14+
15+
### Misc
16+
17+
- feat(search/settings): Add decompoundQuery search & settings parameter (#722) ([2e5fa23](https://github.com/algolia/algoliasearch-client-swift/commit/2e5fa23))
18+
- Add filters field to Rule condition (#721) ([8d927d1](https://github.com/algolia/algoliasearch-client-swift/commit/8d927d1))
19+
20+
21+
322
## [8.5.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.4.2...8.5.0) (2021-01-18)
423

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

0 commit comments

Comments
 (0)