Skip to content

Commit

Permalink
chore: update version to 7.24.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 2, 2023
1 parent 501bb00 commit efda5f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# ChangeLog

## [7.24.0](https://github.com/algolia/instantsearch-ios/compare/7.23.0...7.24.0) (2023-05-02)

### Feat

- **insights**: automatic hits view events tracking (#276) ([501bb00](https://github.com/algolia/instantsearch-ios/commit/501bb00))



## [7.23.0](https://github.com/algolia/instantsearch-ios/compare/7.22.0...7.23.0) (2023-02-12)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'InstantSearch'
s.version = '7.23.0'
s.version = '7.24.0'
s.platforms = { :ios => "9.0", :osx => "10.11", :watchos => "2.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
@@ -1,2 +1,2 @@
// This is generated file. Don't modify it manually.
public extension Version { static let current: Version = .init(major: 7, minor: 23, patch: 0, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 24, patch: 0, prereleaseIdentifier: nil) }

0 comments on commit efda5f3

Please sign in to comment.