Skip to content

Commit

Permalink
chore: Release version 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 23, 2021
1 parent 7452f35 commit ad4ddf2
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.41.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.40.0...1.41.0) (2021-07-23)

### Feat

- **index**: add primary param to Index (#625) ([7452f35](https://github.com/algolia/algoliasearch-client-scala/commit/7452f35))
- **analytics**: add trackedSearchCount to variant response (#607) ([ddce033](https://github.com/algolia/algoliasearch-client-scala/commit/ddce033))
- facets ordering (#631) ([a32af41](https://github.com/algolia/algoliasearch-client-scala/commit/a32af41))
- **settings**: add attributesToTransliterate and decompoundQuery params (#623) ([a257ff2](https://github.com/algolia/algoliasearch-client-scala/commit/a257ff2))
- **virtual indices**: Virtual indices related parameters (#632) ([4e85211](https://github.com/algolia/algoliasearch-client-scala/commit/4e85211))

### Change

- rename `RecommendationClient` to `PersonalizationClient` (#634) ([aa3fa2f](https://github.com/algolia/algoliasearch-client-scala/commit/aa3fa2f))



## [1.40.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.39.1...1.40.0) (2021-04-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.40.0"
version in ThisBuild := "1.41.0"

0 comments on commit ad4ddf2

Please sign in to comment.