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

Commit

Permalink
chore(main): release 1.7.0 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 11, 2023
1 parent 8da89f5 commit cce93fe
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [1.7.0](https://github.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://github.com/googleapis/java-iam/issues/592)) ([9c4b9aa](https://github.com/googleapis/java-iam/commit/9c4b9aace04fc72868f4dcaf289eb0a8f35d4e1f))


### Bug Fixes

* 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))


### Dependencies

* 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))

## [1.6.23](https://github.com/googleapis/java-iam/compare/v1.6.22...v1.6.23) (2022-12-20)


Expand Down
4 changes: 2 additions & 2 deletions google-iam-policy/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-policy</artifactId>
<version>1.6.24-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
<version>1.7.0</version><!-- {x-version-update:google-iam-policy:current} -->
<packaging>jar</packaging>
<name>Google IAM Policy</name>
<url>https://github.com/googleapis/java-eventarc</url>
<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>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-policy-parent</artifactId>
<version>1.6.24-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
<version>1.7.0</version><!-- {x-version-update:google-iam-policy:current} -->
</parent>
<properties>
<site.installationModule>google-iam-policy</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-policy-parent</artifactId>
<packaging>pom</packaging>
<version>1.6.24-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
<version>1.7.0</version><!-- {x-version-update:google-iam-policy:current} -->
<name>Google IAM Policy Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

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

0 comments on commit cce93fe

Please sign in to comment.