Skip to content

Commit

Permalink
chore: update version to 7.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilealgolia committed Nov 5, 2021
1 parent 9e85b7c commit a1e1241
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/InstantSearchCore/Helper/Version+Current.swift
Original file line number Diff line number Diff line change
@@ -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) }

0 comments on commit a1e1241

Please sign in to comment.