Skip to content

Commit

Permalink
chore: Release version 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Aug 3, 2021
1 parent cc32835 commit 36c5f22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

## [1.42.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.41.0...1.42.0) (2021-08-03)
## [1.43.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.41.0...1.43.0) (2021-08-03)

This version introduces some **breaking changes**.

Expand All @@ -10,6 +10,9 @@ This version introduces some **breaking changes**.
- **index**: `numericAttributesToIndex` deserialization (#637) ([e7ed32f](https://github.com/algolia/algoliasearch-client-scala/commit/e7ed32f))
- **search**: make result fields optional (#635) ([cc048b0](https://github.com/algolia/algoliasearch-client-scala/commit/cc048b0))

### Misc

- **search**: `replaceExistingSynonyms` to `clearExistingSynonyms` (#610) ([cc32835](https://github.com/algolia/algoliasearch-client-scala/commit/cc32835))


## [1.41.0](https://github.com/algolia/algoliasearch-client-scala/compare/1.40.0...1.41.0) (2021-07-23)
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.42.0"
version in ThisBuild := "1.43.0"

0 comments on commit 36c5f22

Please sign in to comment.