Skip to content

Commit 7d803de

Browse files
runnerrunner
authored andcommitted
chore: update version to 7.25.2 [skip ci]
1 parent a2a7b73 commit 7d803de

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [7.25.2](https://github.com/algolia/instantsearch-ios/compare/7.25.1...7.25.2) (2023-06-11)
4+
5+
### Fix
6+
7+
- **filters**: issue with textual value escaping (#293) ([a2a7b73](https://github.com/algolia/instantsearch-ios/commit/a2a7b73))
8+
- Examples app (#288) ([cfd7b9b](https://github.com/algolia/instantsearch-ios/commit/cfd7b9b))
9+
10+
11+
312
## [7.25.1](https://github.com/algolia/instantsearch-ios/compare/7.25.0...7.25.1) (2023-05-30)
413

514
### Misc

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.25.1'
3+
s.version = '7.25.2'
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: 25, patch: 1, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 25, patch: 2, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)