Skip to content

Commit

Permalink
chore: Release version 1.32.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant-hem committed Jan 8, 2019
1 parent 8c9b263 commit 227f0bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# ChangeLog

# [1.32.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.31.0...1.32.0) (2019-01-08)

### Summary

Hello everyone,

Quick release to add the advancedSyntaxFeatures parameters and a few network fixes.

### Changes

- **misc:** Update README ([8c9b263](https://github.com/algolia/algoliasearch-client-scala/commit/8c9b263))
- **added:** Support for query/setting parameter advancedSyntaxFeatures ([8c86fea](https://github.com/algolia/algoliasearch-client-scala/commit/8c86fea))
- **fixed:** Ensure that the DnsNameResolver is closed when the AlgoliaClient is. (#511) ([9c25f35](https://github.com/algolia/algoliasearch-client-scala/commit/9c25f35))
- **chore:** Update: async-http-client (#510) ([45fd1ee](https://github.com/algolia/algoliasearch-client-scala/commit/45fd1ee))
- **chore:** Bump snapshot to 1.31.1 ([7cd2156](https://github.com/algolia/algoliasearch-client-scala/commit/7cd2156))

# [1.31.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.30.0...1.31.0) (2018-12-17)

### Summary
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "algoliasearch-scala"

description := "Scala client for Algolia Search API"

version := "1.31.1-SNAPSHOT"
version := "1.32.0"

crossScalaVersions := Seq("2.11.11", "2.12.2")

Expand Down

0 comments on commit 227f0bf

Please sign in to comment.