Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

chore(main): release 2.12.0 #493

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog

## [2.12.0](https://github.com/googleapis/java-common-protos/compare/v2.11.0...v2.12.0) (2023-05-31)


### Features

* Add the google.rpc.context.AuditContext and google.rpc.http message to the open source ([#491](https://github.com/googleapis/java-common-protos/issues/491)) ([e824e21](https://github.com/googleapis/java-common-protos/commit/e824e21dfc8d1ed9f41d9d14484fc71924f86859))


### Bug Fixes

* Javadoc link in README.md ([#492](https://github.com/googleapis/java-common-protos/issues/492)) ([0ae8300](https://github.com/googleapis/java-common-protos/commit/0ae8300ebac16ac4ad2a15b92da4849620b2c5e7))


### Dependencies

* Update dependency com.google.protobuf:protobuf-bom to v3.21.12 ([#488](https://github.com/googleapis/java-common-protos/issues/488)) ([8165652](https://github.com/googleapis/java-common-protos/commit/8165652da18b2bd6e044ccea69df7de758bc5563))
* Update dependency com.google.protobuf:protobuf-java to v3.21.12 ([#489](https://github.com/googleapis/java-common-protos/issues/489)) ([95ab1d8](https://github.com/googleapis/java-common-protos/commit/95ab1d8cd7b8c4f28f3cc7045c5054adcb2618cb))
* Update dependency io.grpc:grpc-bom to v1.51.1 ([#496](https://github.com/googleapis/java-common-protos/issues/496)) ([ac02d9e](https://github.com/googleapis/java-common-protos/commit/ac02d9e90f0dab2e63bab3be5ab8967dc9e36b07))
* Update dependency io.grpc:grpc-protobuf to v1.51.1 ([#497](https://github.com/googleapis/java-common-protos/issues/497)) ([56c64be](https://github.com/googleapis/java-common-protos/commit/56c64beed4d578dfa3d3c667fc895fc3ec72a596))
* Update dependency io.grpc:grpc-stub to v1.51.1 ([#498](https://github.com/googleapis/java-common-protos/issues/498)) ([b2862d5](https://github.com/googleapis/java-common-protos/commit/b2862d5cddbb8a01def6f76f7e8eb213b1922437))

## [2.11.0](https://github.com/googleapis/java-common-protos/compare/v2.10.0...v2.11.0) (2022-11-21)


Expand Down
4 changes: 2 additions & 2 deletions grpc-google-common-protos/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>grpc-google-common-protos</name>
<description>GRPC library for grpc-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<packaging>pom</packaging>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>Google Common Protos Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:grpc-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-common-protos/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>proto-google-common-protos</name>
<description>PROTO library for proto-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.12.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:2.11.0:2.11.1-SNAPSHOT
grpc-google-common-protos:2.11.0:2.11.1-SNAPSHOT
proto-google-common-protos:2.12.0:2.12.0
grpc-google-common-protos:2.12.0:2.12.0