From ce8d726b4eb77cc8b329cba60a54928be0962887 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 29 Sep 2022 14:43:16 +0000 Subject: [PATCH] chore: update version to 7.21.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ InstantSearch.podspec | 2 +- .../InstantSearchCore/Helper/Version+Current.swift | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 022b32d5..d58972e4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ChangeLog +## [7.21.0](https://github.com/algolia/instantsearch-ios/compare/7.20.1...7.21.0) (2022-09-29) + +### Fix + +- **Searcher**: make AbstractSearcher and IndexSearcher open (#255) ([f67cf46](https://github.com/algolia/instantsearch-ios/commit/f67cf46)) + +### Feat + +- **HitsInteractor**: ability to set a custom json decoder to hits interactor (#254) ([91628d7](https://github.com/algolia/instantsearch-ios/commit/91628d7)) + + + ## [7.20.1](https://github.com/algolia/instantsearch-ios/compare/7.20.0...7.20.1) (2022-09-27) ### Fix diff --git a/InstantSearch.podspec b/InstantSearch.podspec index 9c187ed9..9db9129e 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.20.1' + s.version = '7.21.0' s.platforms = { :ios => "9.0", :osx => "10.11", :watchos => "2.0", :tvos => "9.0" } s.license = { type: 'Apache 2.0', file: 'LICENSE.md' } diff --git a/Sources/InstantSearchCore/Helper/Version+Current.swift b/Sources/InstantSearchCore/Helper/Version+Current.swift index bdc423a4..b361a961 100644 --- a/Sources/InstantSearchCore/Helper/Version+Current.swift +++ b/Sources/InstantSearchCore/Helper/Version+Current.swift @@ -1,2 +1,2 @@ // This is generated file. Don't modify it manually. -public extension Version { static let current: Version = .init(major: 7, minor: 20, patch: 1, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 21, patch: 0, prereleaseIdentifier: nil) }