diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f727e24..b15e0b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.5.4](https://github.com/algolia/algoliasearch-client-scala/compare/2.5.3...2.5.4) + +- [1f36e8f93](https://github.com/algolia/api-clients-automation/commit/1f36e8f93) fix(specs): results in getObjects is required ([#4024](https://github.com/algolia/api-clients-automation/pull/4024)) by [@shortcuts](https://github.com/shortcuts/) + ## [2.5.3](https://github.com/algolia/algoliasearch-client-scala/compare/2.5.2...2.5.3) - [fe2c8440e](https://github.com/algolia/api-clients-automation/commit/fe2c8440e) docs(analytics): constrain pagination only to limit query parameter ([#4012](https://github.com/algolia/api-clients-automation/pull/4012)) by [@febeck](https://github.com/febeck/) diff --git a/version.sbt b/version.sbt index 39ecb2bc..dc2fad44 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.5.3" +ThisBuild / version := "2.5.4"