From a413df32897a841601f42e875fc6abe08b7ea293 Mon Sep 17 00:00:00 2001 From: Anka Date: Mon, 29 Jul 2024 08:40:38 +0000 Subject: [PATCH] chore: update version to 7.26.3 [skip ci] --- CHANGELOG.md | 8 ++++++++ InstantSearch.podspec | 2 +- Sources/InstantSearchCore/Helper/Version+Current.swift | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574f4bae..fbf00507 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ChangeLog +## [7.26.3](https://github.com/algolia/instantsearch-ios/compare/7.26.2...7.26.3) (2024-07-29) + +### Fix + +- conform pagemap extension to sequence protocol (#321) ([a921ecb](https://github.com/algolia/instantsearch-ios/commit/a921ecb)) + + + ## [7.26.2](https://github.com/algolia/instantsearch-ios/compare/7.26.1...7.26.2) (2024-06-04) ### Fix diff --git a/InstantSearch.podspec b/InstantSearch.podspec index 826e9df5..dd759581 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.26.2' + s.version = '7.26.3' s.platforms = { :ios => "14.0", :osx => "11.0", :watchos => "7.0", :tvos => "14.0" } s.license = { type: 'Apache 2.0', file: 'LICENSE.md' } diff --git a/Sources/InstantSearchCore/Helper/Version+Current.swift b/Sources/InstantSearchCore/Helper/Version+Current.swift index 8c74bcd2..b9bd0bf8 100644 --- a/Sources/InstantSearchCore/Helper/Version+Current.swift +++ b/Sources/InstantSearchCore/Helper/Version+Current.swift @@ -1,2 +1,2 @@ // This is generated file. Don't modify it manually. -public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 2, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 3, prereleaseIdentifier: nil) }