Skip to content

Commit

Permalink
chore: update version to 7.26.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Jun 4, 2024
1 parent 4db86b6 commit b000a23
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ChangeLog

## [7.26.2](https://github.com/algolia/instantsearch-ios/compare/7.26.1...7.26.2) (2024-06-04)

### Fix

- align versions with api client (#315) ([27105ae](https://github.com/algolia/instantsearch-ios/commit/27105ae))
- **insights**: control auto sending events w/ `isAutoSendingHitsViewEvents` (#314) ([8573411](https://github.com/algolia/instantsearch-ios/commit/8573411))



## [7.26.1](https://github.com/algolia/instantsearch-ios/compare/7.26.0...7.26.1) (2023-08-28)

### Misc
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.26.1'
s.version = '7.26.2'
s.platforms = { :ios => "14.0", :osx => "11.0", :watchos => "7.0", :tvos => "14.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: 26, patch: 1, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 2, prereleaseIdentifier: nil) }

0 comments on commit b000a23

Please sign in to comment.