From 74c24f26527f334405affd3db9221b22939fbb52 Mon Sep 17 00:00:00 2001 From: Algolia Mobile CI Date: Wed, 15 Dec 2021 12:59:12 +0000 Subject: [PATCH] chore: update version to 7.16.0 [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 4973fe54..f0736b3e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ChangeLog +## [7.16.0](https://github.com/algolia/instantsearch-ios/compare/7.15.0...7.16.0) (2021-12-15) + +### Misc + +- expose the pageCleanUpOffset parameter (#208) ([1341c42](https://github.com/algolia/instantsearch-ios/commit/1341c42)) + + + ## [7.15.0](https://github.com/algolia/instantsearch-ios/compare/7.14.0...7.15.0) (2021-11-05) ### Refactor diff --git a/InstantSearch.podspec b/InstantSearch.podspec index d883159c..b01870bf 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.15.0' + s.version = '7.16.0' s.platforms = { :ios => "9.0", :osx => "10.10", :watchos => "3.0", :tvos => "9.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 f6ed86bb..74f6cf8d 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: 15, patch: 0, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 16, patch: 0, prereleaseIdentifier: nil) }