Skip to content

Commit b92f4f9

Browse files
chore(main): release 1.7.0 (#579)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](https://togithub.com/googleapis/java-iam/compare/v1.6.23...v1.7.0) (2023-01-10) ### Features * Removing migrated grpc- and proto- modules from repository ([#592](https://togithub.com/googleapis/java-iam/issues/592)) ([f6183a7](https://togithub.com/googleapis/java-iam/commit/f6183a728e12acf3430bc7bb33c3ca0083b35014)) ### Bug Fixes * Remove 'unstable API' message from README.md ([#570](https://togithub.com/googleapis/java-iam/issues/570)) ([1ba2561](https://togithub.com/googleapis/java-iam/commit/1ba2561d9a1ce36fa26d223be836d20c1c8aa337)) ### Dependencies * Update dependency com.google.cloud:google-iam-policy to v1.6.23 ([#578](https://togithub.com/googleapis/java-iam/issues/578)) ([4a5ad26](https://togithub.com/googleapis/java-iam/commit/4a5ad26a6e3f5259a7d2aaa7f05bfc00f9735858)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 1ba2561 commit b92f4f9

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

java-iam/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/googleapis/java-iam/compare/v1.6.23...v1.7.0) (2023-01-10)
4+
5+
6+
### Features
7+
8+
* Removing migrated grpc- and proto- modules from repository ([#592](https://github.com/googleapis/java-iam/issues/592)) ([9c4b9aa](https://github.com/googleapis/java-iam/commit/9c4b9aace04fc72868f4dcaf289eb0a8f35d4e1f))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove 'unstable API' message from README.md ([#570](https://github.com/googleapis/java-iam/issues/570)) ([8da89f5](https://github.com/googleapis/java-iam/commit/8da89f59cbe323b2cc5eb2b483485e424622b027))
14+
15+
16+
### Dependencies
17+
18+
* Update dependency com.google.cloud:google-iam-policy to v1.6.23 ([#578](https://github.com/googleapis/java-iam/issues/578)) ([aa49b5e](https://github.com/googleapis/java-iam/commit/aa49b5efaf53fcafc0bbd7662e8b016fcfc2ff61))
19+
320
## [1.6.23](https://github.com/googleapis/java-iam/compare/v1.6.22...v1.6.23) (2022-12-20)
421

522

java-iam/google-iam-policy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-iam-policy</artifactId>
6-
<version>1.6.24-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
6+
<version>1.7.0</version><!-- {x-version-update:google-iam-policy:current} -->
77
<packaging>jar</packaging>
88
<name>Google IAM Policy</name>
99
<url>https://github.com/googleapis/java-eventarc</url>
1010
<description>Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-iam-policy-parent</artifactId>
14-
<version>1.6.24-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
14+
<version>1.7.0</version><!-- {x-version-update:google-iam-policy:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-iam-policy</site.installationModule>

java-iam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-iam-policy-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.6.24-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
7+
<version>1.7.0</version><!-- {x-version-update:google-iam-policy:current} -->
88
<name>Google IAM Policy Parent</name>
99
<url>https://github.com/googleapis/java-iam</url>
1010
<description>

java-iam/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-iam-policy:1.6.23:1.6.24-SNAPSHOT
4+
google-iam-policy:1.7.0:1.7.0

0 commit comments

Comments
 (0)