Skip to content

Commit

Permalink
Version bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimf committed Nov 9, 2023
1 parent 5485d25 commit 61acf76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions grpc-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.5.0 (2023-11-08)

### Features

* Add disable affinity feature (#167)

## 1.4.1 (2023-01-30)

### Fixes

- Support common labels for multi-endpoint metrics (#160)

## 1.4.0 (2023-01-27)

### Features

- MultiEndpoint metrics (#158)

## 1.3.2 (2022-12-02)

### Fixes
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.4.0'
version = '1.5.0'
group = 'com.google.cloud'
description = 'GRPC-GCP-Extension Java'
sourceCompatibility = '1.8'
Expand Down

0 comments on commit 61acf76

Please sign in to comment.