Skip to content

Commit acda397

Browse files
authored
Merge pull request #131 from GetStream/release-v3.7.0
Release v3.7.0
2 parents 4e6a332 + bd85c7e commit acda397

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [3.7.0](https://github.com/GetStream/stream-java/compare/v3.6.2...v3.7.0) (2023-08-16)
6+
7+
8+
### Features
9+
10+
* add capability in batch client to get enrichment activities to use enrichment flags ([cfcc86a](https://github.com/GetStream/stream-java/commit/cfcc86ae3b62fd16cbf733912e7b484a91bb7d8b))
11+
12+
13+
### Bug Fixes
14+
15+
* spotless ([dad14c7](https://github.com/GetStream/stream-java/commit/dad14c7abedd6ca6d9cef7ea4c1a0133cb648e72))
16+
517
### [3.6.2](https://github.com/GetStream/stream-java/compare/v3.5.0...v3.6.2) (2023-01-26)
618

719

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'io.getstream.client'
8-
version = '3.6.2'
8+
version = '3.7.0'
99
description = 'Stream Feeds official Java SDK'
1010

1111
repositories {

0 commit comments

Comments
 (0)