diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a69cbf5..43f58c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.7.0](https://github.com/algolia/algoliasearch-client-scala/compare/2.6.0...2.7.0) + +- [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/) + ## [2.6.0](https://github.com/algolia/algoliasearch-client-scala/compare/2.5.4...2.6.0) - [22f49f1f6](https://github.com/algolia/api-clients-automation/commit/22f49f1f6) fix(specs): update time range number types [skip-bc] ([#4023](https://github.com/algolia/api-clients-automation/pull/4023)) by [@Fluf22](https://github.com/Fluf22/) diff --git a/version.sbt b/version.sbt index 6dc889f9..90ecc000 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.6.0" +ThisBuild / version := "2.7.0"