From d34ff55926d70649e597260593839126feabcaf9 Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 5 May 2023 23:21:26 +0000 Subject: [PATCH] chore: update version to 7.25.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ InstantSearch.podspec | 2 +- .../InstantSearchCore/Helper/Version+Current.swift | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbad8725..83600ce9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # ChangeLog +## [7.25.0](https://github.com/algolia/instantsearch-ios/compare/7.24.0...7.25.0) (2023-05-05) + +### Fix + +- redundant search request sent by NumberRangeConnector (#283) ([7c68b57](https://github.com/algolia/instantsearch-ios/commit/7c68b57)) + +### Feat + +- **HitsTracker**: add automatic object ids chunking (#284) ([5c1a04a](https://github.com/algolia/instantsearch-ios/commit/5c1a04a)) +- **hits**: Inifinite Scroll components (#282) ([2b8eced](https://github.com/algolia/instantsearch-ios/commit/2b8eced)) + + + ## [7.24.0](https://github.com/algolia/instantsearch-ios/compare/7.23.0...7.24.0) (2023-05-02) ### Feat diff --git a/InstantSearch.podspec b/InstantSearch.podspec index e058680a..4d2fea1c 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.24.0' + s.version = '7.25.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 984e059f..cd76f22e 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: 24, patch: 0, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 25, patch: 0, prereleaseIdentifier: nil) }