Skip to content

Commit

Permalink
bump 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CBaptiste committed Feb 7, 2017
1 parent 3537061 commit cdcaf01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Algolia.Search/Algolia.Search.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>3.7.2</version>
<version>3.7.3</version>
<title>Algolia Search API Client for C#</title>
<authors>Algolia</authors>
<owners>Algolia</owners>
Expand Down
4 changes: 2 additions & 2 deletions Algolia.Search/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@

internal class AssemblyInfo
{
public const string AssemblyVersion = "3.7.2";
public const string AssemblyFileVersion = "3.7.2";
public const string AssemblyVersion = "3.7.3";
public const string AssemblyFileVersion = "3.7.3";
}
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,6 +1,9 @@
Changelog
=========

3.7.3 (2017-02-07)
- Support for facetingAfterDistinct

3.7.2 (2017-01-30)
- Support for responseFields

Expand Down

0 comments on commit cdcaf01

Please sign in to comment.