Skip to content

Commit 5f94daa

Browse files
AnkaAnka
authored andcommitted
chore: update version to 7.27.0 [skip ci]
1 parent 51a0890 commit 5f94daa

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.0](https://github.com/algolia/instantsearch-ios/compare/7.26.4...7.27.0) (2025-07-01)
4+
5+
### Misc
6+
7+
- Merge pull request #341 from algolia/fix/multi-query-headers ([51a0890](https://github.com/algolia/instantsearch-ios/commit/51a0890))
8+
- add deprecated init part 2 ([9c59db6](https://github.com/algolia/instantsearch-ios/commit/9c59db6))
9+
- add deprecated init ([614b4dc](https://github.com/algolia/instantsearch-ios/commit/614b4dc))
10+
- address comments ([55e38f7](https://github.com/algolia/instantsearch-ios/commit/55e38f7))
11+
- add request options to multisearcher ([5c4c8a5](https://github.com/algolia/instantsearch-ios/commit/5c4c8a5))
12+
13+
14+
315
## [7.26.4](https://github.com/algolia/instantsearch-ios/compare/7.26.3...7.26.4) (2025-02-19)
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.26.4'
3+
s.version = '7.27.0'
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: 26, patch: 4, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 27, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)