Skip to content

Commit

Permalink
chore: update version to 8.18.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 15, 2023
1 parent 88144a7 commit 168e7dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearchClient.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = "AlgoliaSearchClient"
spec.module_name = 'AlgoliaSearchClient'
spec.version = "8.18.1"
spec.version = "8.18.2"
spec.summary = "Algolia Search API Client written in Swift."
spec.homepage = "https://github.com/algolia/algoliasearch-client-swift"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# ChangeLog

## [8.18.2](https://github.com/algolia/algoliasearch-client-swift/compare/8.18.1...8.18.2) (2023-08-15)

### Fix

- **AsyncOperation**: cancel() and isCancelled behavior (#801) ([c060289](https://github.com/algolia/algoliasearch-client-swift/commit/c060289))



## [8.18.1](https://github.com/algolia/algoliasearch-client-swift/compare/8.18.0...8.18.1) (2023-06-22)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Sources/AlgoliaSearchClient/Helpers/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: 8, minor: 18, patch: 1, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 8, minor: 18, patch: 2, prereleaseIdentifier: nil) }

0 comments on commit 168e7dd

Please sign in to comment.