Skip to content

Commit d34ff55

Browse files
runnerrunner
authored andcommitted
chore: update version to 7.25.0 [skip ci]
1 parent 5c1a04a commit d34ff55

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# ChangeLog
22

3+
## [7.25.0](https://github.com/algolia/instantsearch-ios/compare/7.24.0...7.25.0) (2023-05-05)
4+
5+
### Fix
6+
7+
- redundant search request sent by NumberRangeConnector (#283) ([7c68b57](https://github.com/algolia/instantsearch-ios/commit/7c68b57))
8+
9+
### Feat
10+
11+
- **HitsTracker**: add automatic object ids chunking (#284) ([5c1a04a](https://github.com/algolia/instantsearch-ios/commit/5c1a04a))
12+
- **hits**: Inifinite Scroll components (#282) ([2b8eced](https://github.com/algolia/instantsearch-ios/commit/2b8eced))
13+
14+
15+
316
## [7.24.0](https://github.com/algolia/instantsearch-ios/compare/7.23.0...7.24.0) (2023-05-02)
417

518
### Feat

InstantSearch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'InstantSearch'
3-
s.version = '7.24.0'
3+
s.version = '7.25.0'
44
s.platforms = { :ios => "9.0", :osx => "10.11", :watchos => "2.0", :tvos => "9.0" }
55

66
s.license = { type: 'Apache 2.0', file: 'LICENSE.md' }
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: 7, minor: 24, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 25, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)