Skip to content

Commit bf0c901

Browse files
chore: Deploying new minor version 8.14.0 (#788)
* chore: update version to 8.14.0 [skip ci]
1 parent f10e119 commit bf0c901

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
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.13.4"
4+
spec.version = "8.14.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## [8.14.0](https://github.com/algolia/algoliasearch-client-swift/compare/...8.14.0) (2022-03-18)
4+
5+
### Fix
6+
- Optional avg and sum fields in facet stats (#786) ([f10e119](https://github.com/algolia/algoliasearch-client-swift/commit/f10e119ba4578e4f091150f7a39f28ff101171e6))
7+
8+
9+
### Refactor
10+
11+
- Rename Task -> IndexTask (#787) ([6aa3e87](https://github.com/algolia/algoliasearch-client-swift/commit/6aa3e872e19c08c23a5d411bc242fbdc108b0513))
12+
13+
14+
315
## [8.13.4](https://github.com/algolia/algoliasearch-client-swift/compare/...8.13.4) (2022-02-21)
416

517
### Fix

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you're a framework author and use Swift API Client as a dependency, update yo
6060

6161
```swift
6262
let package = Package(
63-
// 8.13.0 ..< 9.0.0
63+
// 8.14.0 ..< 9.0.0
6464
dependencies: [
6565
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.13.0")
6666
],
@@ -77,7 +77,7 @@ Add `import AlgoliaSearchClient` to your source files.
7777
To install Algolia Swift Client, simply add the following line to your Podfile:
7878

7979
```ruby
80-
pod 'AlgoliaSearchClient', '~> 8.13'
80+
pod 'AlgoliaSearchClient', '~> 8.14'
8181
# pod 'InstantSearchClient', '~> 6.0' // Swift 4.2
8282
# pod 'InstantSearchClient', '~> 5.0' // Swift 4.1
8383
```
@@ -94,7 +94,7 @@ $ pod update
9494

9595
- To install InstantSearch, simply add the following line to your Cartfile:
9696
```ruby
97-
github "algolia/algoliasearch-client-swift" ~> 8.13
97+
github "algolia/algoliasearch-client-swift" ~> 8.14
9898
# github "algolia/algoliasearch-client-swift" ~> 6.0.0 // Swift 4.2
9999
# github "algolia/algoliasearch-client-swift" ~> 5.0.0 // Swift 4.1
100100
```
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: 13, patch: 4, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 8, minor: 14, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)