Skip to content

Commit ff0af07

Browse files
committed
chore: update version to 6.16.0
1 parent 795f8aa commit ff0af07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog
22

3+
## [6.16.0](https://github.com/algolia/algoliasearch-client-csharp/compare/6.15.0...6.16.0) (2023-11-17)
4+
5+
### Fix
6+
7+
- **search**: add missing AbTestID property (#847) ([795f8aa](https://github.com/algolia/algoliasearch-client-csharp/commit/795f8aa))
8+
9+
10+
311
## [6.15.0](https://github.com/algolia/algoliasearch-client-csharp/compare/6.14.0...6.15.0) (2023-08-08)
412

513
### Fix

src/Algolia.Search/Algolia.Search.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PackageDescription>
2020
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
2121
<Copyright>Copyright 2019 Algolia</Copyright>
22-
<Version>6.15.0</Version>
22+
<Version>6.16.0</Version>
2323
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2424
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
2525
<LangVersion>7.3</LangVersion>

0 commit comments

Comments
 (0)