Skip to content

Commit

Permalink
Version bump to 1.6.0 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimf authored May 16, 2024
1 parent 40f05f5 commit e96ce9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions grpc-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.6.0 (2024-05-09)

### Features

* Affinity keys cleanup. Allow setting keys lifetime (#174)
* Manual affinity via call options or context (#175)

## 1.5.0 (2023-11-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion grpc-gcp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
mavenLocal()
}

version = '1.5.0'
version = '1.6.0'
group = 'com.google.cloud'
description = 'GRPC-GCP-Extension Java'
sourceCompatibility = '1.8'
Expand Down

0 comments on commit e96ce9f

Please sign in to comment.