Skip to content

Commit

Permalink
chore: release 7.0.0-alpha.7
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Feb 2, 2024
1 parent c669f9e commit 26be13c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [7.0.0-alpha.7](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-alpha.6...7.0.0-alpha.7)

- [e4ab48621](https://github.com/algolia/api-clients-automation/commit/e4ab48621) feat(csharp): add logs and logger factory ([#2640](https://github.com/algolia/api-clients-automation/pull/2640)) by [@morganleroi](https://github.com/morganleroi/)
- [93e2aff59](https://github.com/algolia/api-clients-automation/commit/93e2aff59) feat(csharp): add compression ([#2627](https://github.com/algolia/api-clients-automation/pull/2627)) by [@morganleroi](https://github.com/morganleroi/)
- [9404e3dc6](https://github.com/algolia/api-clients-automation/commit/9404e3dc6) feat(csharp): add custom user-agent segment ([#2631](https://github.com/algolia/api-clients-automation/pull/2631)) by [@morganleroi](https://github.com/morganleroi/)
- [c4aa4c7e8](https://github.com/algolia/api-clients-automation/commit/c4aa4c7e8) test(csharp): add retry strategy ([#2629](https://github.com/algolia/api-clients-automation/pull/2629)) by [@morganleroi](https://github.com/morganleroi/)
- [b3d61128a](https://github.com/algolia/api-clients-automation/commit/b3d61128a) docs(clients): add ACL section to code doc ([#2576](https://github.com/algolia/api-clients-automation/pull/2576)) by [@millotp](https://github.com/millotp/)

## [7.0.0-alpha.6](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-alpha.5...7.0.0-alpha.6)

- [2400c351a](https://github.com/algolia/api-clients-automation/commit/2400c351a) feat(csharp): add helpers ([#2578](https://github.com/algolia/api-clients-automation/pull/2578)) by [@morganleroi](https://github.com/morganleroi/)
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/Algolia.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<RepositoryType>git</RepositoryType>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Copyright>Copyright 2019 Algolia</Copyright>
<Version>7.0.0-alpha.6</Version>
<Version>7.0.0-alpha.7</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 26be13c

Please sign in to comment.