Skip to content

Commit 8d93488

Browse files
committed
chore: update version to 6.12.0
1 parent 939f399 commit 8d93488

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [6.12.0](https://github.com/algolia/algoliasearch-client-csharp/compare/6.11.0...6.12.0) (2021-11-05)
4+
5+
### Fix
6+
7+
- ab test nullability keys (#776) ([cbafb8f](https://github.com/algolia/algoliasearch-client-csharp/commit/cbafb8f))
8+
- StackOverflow in MCM test (#791) ([01155f6](https://github.com/algolia/algoliasearch-client-csharp/commit/01155f6))
9+
10+
### Feat
11+
12+
- support `long` in IncrementSet/IncrementFrom (#799) ([939f399](https://github.com/algolia/algoliasearch-client-csharp/commit/939f399))
13+
- support facet ordering (#780) ([f4f34fe](https://github.com/algolia/algoliasearch-client-csharp/commit/f4f34fe))
14+
15+
16+
317
## [6.11.0](https://github.com/algolia/algoliasearch-client-csharp/compare/6.10.2...6.11.0) (2021-10-19)
418

519
### Feat

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.11.0</Version>
22+
<Version>6.12.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)