Skip to content

Commit f40daa3

Browse files
AnkaAnka
authored andcommitted
chore: update version to 7.27.1 [skip ci]
1 parent 0bd0d9b commit f40daa3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [7.27.1](https://github.com/algolia/instantsearch-ios/compare/7.27.0...7.27.1) (2026-01-07)
4+
5+
### Fix
6+
7+
- **HitsList**: remove race condition (#346) ([0bd0d9b](https://github.com/algolia/instantsearch-ios/commit/0bd0d9b))
8+
9+
### Misc
10+
11+
- Merge pull request #342 from algolia/version-7.27.0 ([a4347c2](https://github.com/algolia/instantsearch-ios/commit/a4347c2))
12+
13+
14+
315
## [7.27.0](https://github.com/algolia/instantsearch-ios/compare/7.26.4...7.27.0) (2025-07-01)
416

517
### Fix

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.27.0'
3+
s.version = '7.27.1'
44
s.platforms = { :ios => "14.0", :osx => "11.0", :watchos => "7.0", :tvos => "14.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: 27, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 27, patch: 1, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)