Skip to content

Commit b72242c

Browse files
authored
release 3.6.1 (#667)
1 parent 31524fa commit b72242c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.6.1
4+
### Changed
5+
- Fix a bug for PollOnlyIfExecutorHasCapacity flag about pool size.
6+
37
## 3.6.0
48
### Added
59
- Introduce experimental flag and add logic for capacity based polling.
@@ -24,7 +28,7 @@
2428

2529
## 3.3.0
2630
### Added
27-
- Added feature flags to ship breaking changes without impacting old behavior.
31+
- Added feature flags to ship breaking chgit loganges without impacting old behavior.
2832

2933
## 3.2.0
3034
### Added

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleJavaFormat {
4040
}
4141

4242
group = 'com.uber.cadence'
43-
version = '3.6.0'
43+
version = '3.6.1'
4444

4545
description = '''Uber Cadence Java Client'''
4646

0 commit comments

Comments
 (0)