diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b60bc21..f92dedd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.13.1](https://github.com/algolia/algoliasearch-client-scala/compare/2.13.0...2.13.1) + +- [506b8a5636](https://github.com/algolia/api-clients-automation/commit/506b8a5636) fix(specs): responseFields description ([#4399](https://github.com/algolia/api-clients-automation/pull/4399)) by [@kai687](https://github.com/kai687/) +- [09e657fa76](https://github.com/algolia/api-clients-automation/commit/09e657fa76) fix(specs): add a linter to assert that type is present ([#4393](https://github.com/algolia/api-clients-automation/pull/4393)) by [@millotp](https://github.com/millotp/) + ## [2.13.0](https://github.com/algolia/algoliasearch-client-scala/compare/2.12.0...2.13.0) - [5aa57630d6](https://github.com/algolia/api-clients-automation/commit/5aa57630d6) feat(specs): only use shortname in the source input ([#4287](https://github.com/algolia/api-clients-automation/pull/4287)) by [@millotp](https://github.com/millotp/) diff --git a/version.sbt b/version.sbt index f315f9c1..348ce361 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.13.0" +ThisBuild / version := "2.13.1"