Skip to content

Commit

Permalink
chore: update version to 7.21.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Sep 29, 2022
1 parent f67cf46 commit ce8d726
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/InstantSearchCore/Helper/Version+Current.swift
Original file line number Diff line number Diff line change
@@ -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) }

0 comments on commit ce8d726

Please sign in to comment.