Skip to content

Commit

Permalink
3.7.3 release. (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindaugasbarcauskas authored Sep 9, 2022
1 parent 5158e92 commit 365c46d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

## 3.7.3
- Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.
## 3.7.2
- Fix gRPC adapter for List APIs.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.7.2'
version = '3.7.3'

description = '''Uber Cadence Java Client'''

Expand Down

0 comments on commit 365c46d

Please sign in to comment.