diff --git a/CHANGELOG.md b/CHANGELOG.md index b5af4326..e335e239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.7.0](https://github.com/GetStream/stream-java/compare/v3.6.2...v3.7.0) (2023-08-16) + + +### Features + +* add capability in batch client to get enrichment activities to use enrichment flags ([cfcc86a](https://github.com/GetStream/stream-java/commit/cfcc86ae3b62fd16cbf733912e7b484a91bb7d8b)) + + +### Bug Fixes + +* spotless ([dad14c7](https://github.com/GetStream/stream-java/commit/dad14c7abedd6ca6d9cef7ea4c1a0133cb648e72)) + ### [3.6.2](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.2) (2023-01-26) diff --git a/build.gradle b/build.gradle index 59fec6e7..113f77ca 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'io.getstream.client' -version = '3.6.2' +version = '3.7.0' description = 'Stream Feeds official Java SDK' repositories {