Skip to content

Commit bd434e8

Browse files
chore: Deploying new minor version 8.3.0 (#699)
* chore: update version to 8.3.0 [skip ci]
1 parent f026af1 commit bd434e8

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.2.0"
4+
spec.version = "8.3.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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# ChangeLog
22

3+
## [8.3.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.2.0...8.3.0) (2020-11-23)
4+
5+
### Fix
6+
7+
- FilterStorage URL encoding (#698) ([f026af1](https://github.com/algolia/algoliasearch-client-swift/commit/f026af1))
8+
- Tagged string subrange calculation crash (#661) ([82d2fc5](https://github.com/algolia/algoliasearch-client-swift/commit/82d2fc5))
9+
- License link in Readme (#695) ([7db6835](https://github.com/algolia/algoliasearch-client-swift/commit/7db6835))
10+
11+
### Feat
12+
13+
- Server side swift (#680) ([423400f](https://github.com/algolia/algoliasearch-client-swift/commit/423400f))
14+
15+
### Refactor
16+
17+
- Rename replaceExistingSynonyms into clearExistingSynonyms (#696) ([410c34a](https://github.com/algolia/algoliasearch-client-swift/commit/410c34a))
18+
19+
20+
321
## [8.2.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.1.3...8.2.0) (2020-11-03)
422

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

0 commit comments

Comments
 (0)