Skip to content

Commit

Permalink
chore: update version to 8.21.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Sep 18, 2024
1 parent dc6fd5e commit 4322ab2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearchClient.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = "AlgoliaSearchClient"
spec.module_name = 'AlgoliaSearchClient'
spec.version = "8.20.1"
spec.version = "8.21.0"
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## [8.21.0](https://github.com/algolia/algoliasearch-client-swift/compare/9.3.2...8.21.0) (2024-09-18)

### Feat

- Merge pull request #866 from algolia/fix/disjunctive-faceting-helper ([dc6fd5e0](https://github.com/algolia/algoliasearch-client-swift/commit/dc6fd5e0))
- Merge pull request #862 from algolia/chore/apple-privacy-manifest ([4334c904](https://github.com/algolia/algoliasearch-client-swift/commit/4334c904))

## [8.20.1](https://github.com/algolia/algoliasearch-client-swift/compare/8.20.0...8.20.1) (2024-03-04)

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

0 comments on commit 4322ab2

Please sign in to comment.