Skip to content

Commit

Permalink
chore: update version to 7.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Nov 4, 2020
1 parent 789e092 commit 9460351
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ChangeLog

## [7.5.0](https://github.com/algolia/instantsearch-ios/compare/7.4.0...7.5.0) (2020-11-04)

### Feat

- Improve API convenience (#141) ([789e092](https://github.com/algolia/instantsearch-ios/commit/789e092))
- Connection between Numeric filter and Searcher to fetch numeric value bounds (#143) ([4f6509b](https://github.com/algolia/instantsearch-ios/commit/4f6509b))

### Refactor

- Suppress generic requirements in `LoadingConnector` and `QueryInputConnector` (#142) ([85f9f69](https://github.com/algolia/instantsearch-ios/commit/85f9f69))



## [7.4.0](https://github.com/algolia/instantsearch-ios/compare/7.3.0...7.4.0) (2020-10-27)

### Feat
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.4.0'
s.version = '7.5.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: 4, patch: 0, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 5, patch: 0, prereleaseIdentifier: nil) }

0 comments on commit 9460351

Please sign in to comment.