Skip to content

Commit

Permalink
chore: update version to 6.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morganleroi committed Feb 26, 2024
1 parent a9437f0 commit 616fcba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## [6.17.0](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-alpha.0...6.17.0) (2024-02-26)

### Fix

- remove encoding on attributes to retrieve in getObjects (#854) ([a9437f0](https://github.com/algolia/algoliasearch-client-csharp/commit/a9437f0))
- add QueryLanguages to Query (#853) ([067f774](https://github.com/algolia/algoliasearch-client-csharp/commit/067f774))

## [6.16.0](https://github.com/algolia/algoliasearch-client-csharp/compare/6.15.0...6.16.0) (2023-11-17)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion src/Algolia.Search/Algolia.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PackageDescription>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Copyright>Copyright 2019 Algolia</Copyright>
<Version>6.16.0</Version>
<Version>6.17.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
<LangVersion>7.3</LangVersion>
Expand Down

0 comments on commit 616fcba

Please sign in to comment.