Skip to content

Commit

Permalink
Merge pull request #172 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
Version bump to 1.5.0
  • Loading branch information
nimf committed Nov 9, 2023
2 parents 5485d25 + 61acf76 commit cbaf61b
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
@@ -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
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 cbaf61b

Please sign in to comment.