Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ChangeLog

## [7.27.1](https://github.com/algolia/instantsearch-ios/compare/7.27.0...7.27.1) (2026-01-07)

### Fix

- **HitsList**: remove race condition (#346) ([0bd0d9b](https://github.com/algolia/instantsearch-ios/commit/0bd0d9b))

### Misc

- Merge pull request #342 from algolia/version-7.27.0 ([a4347c2](https://github.com/algolia/instantsearch-ios/commit/a4347c2))



## [7.27.0](https://github.com/algolia/instantsearch-ios/compare/7.26.4...7.27.0) (2025-07-01)

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