From a1e124166ac763d08e92c870c896e5e65f8b6c87 Mon Sep 17 00:00:00 2001 From: Algolia Mobile CI Date: Fri, 5 Nov 2021 20:53:29 +0000 Subject: [PATCH] chore: update version to 7.15.0 [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++ InstantSearch.podspec | 2 +- .../Helper/Version+Current.swift | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba50731..2f80ec78 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # ChangeLog +## [7.15.0](https://github.com/algolia/instantsearch-ios/compare/7.14.0...7.15.0) (2021-11-05) + +### Fix + +- **insights**: expired events removal (#200) ([22b5844](https://github.com/algolia/instantsearch-ios/commit/22b5844)) + +### Refactor + +- **searcher**: Searchers refactoring (#184) ([9e85b7c](https://github.com/algolia/instantsearch-ios/commit/9e85b7c)) + +### Misc + +- update demo video (#205) ([960ecf5](https://github.com/algolia/instantsearch-ios/commit/960ecf5)) +- fix lint issues (#204) ([6506fd1](https://github.com/algolia/instantsearch-ios/commit/6506fd1)) + +### Feat + +- **insights**: Add minBatchSize parameter (#203) ([4b6e433](https://github.com/algolia/instantsearch-ios/commit/4b6e433)) + + + ## [7.14.0](https://github.com/algolia/instantsearch-ios/compare/7.13.5...7.14.0) (2021-10-01) ### Refactor diff --git a/InstantSearch.podspec b/InstantSearch.podspec index 3511e73f..1d31bde1 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.14.0' + s.version = '7.15.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 3d01c220..f6ed86bb 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: 14, patch: 0, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 15, patch: 0, prereleaseIdentifier: nil) }