Skip to content

Commit

Permalink
chore: update version to 7.21.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 13, 2022
1 parent abcc825 commit 7e254ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# ChangeLog

## [7.21.1](https://github.com/algolia/instantsearch-ios/compare/7.21.0...7.21.1) (2022-10-13)

### Fix

- updating `orderedFacets` of the `DynamicFacetListInteractor` ignores `disjunctiveFacets` (#258) ([abcc825](https://github.com/algolia/instantsearch-ios/commit/abcc825))
- **HitsInteractor**: Missing json decoder in convenience initalizer (#257) ([5981de8](https://github.com/algolia/instantsearch-ios/commit/5981de8))



## [7.21.0](https://github.com/algolia/instantsearch-ios/compare/7.20.1...7.21.0) (2022-09-29)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'InstantSearch'
s.version = '7.21.0'
s.version = '7.21.1'
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
@@ -1,2 +1,2 @@
// This is generated file. Don't modify it manually.
public extension Version { static let current: Version = .init(major: 7, minor: 21, patch: 0, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 21, patch: 1, prereleaseIdentifier: nil) }

0 comments on commit 7e254ff

Please sign in to comment.