Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 21, 2023
1 parent 3b78a2f commit 370492d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/googleapis/google-cloud-java/compare/v1.5.0...v1.6.0) (2023-02-21)


### Features

* [advisorynotifications] new module for advisorynotifications ([#9141](https://github.com/googleapis/google-cloud-java/issues/9141)) ([c84532c](https://github.com/googleapis/google-cloud-java/commit/c84532cb73633b1723c8adc5ba1cacfdc296b557))

## [1.5.0](https://github.com/googleapis/google-cloud-java/compare/v1.4.0...v1.5.0) (2023-02-16)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "c84532cb73633b1723c8adc5ba1cacfdc296b557",
"message": "[advisorynotifications] new module for advisorynotifications",
"issues": [
"9141"
]
}
],
"version": "1.6.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-advisorynotifications",
"id": "0290b35f-4c84-40cb-a862-a2d63754de63",
"createTime": "2023-02-21T17:11:49.179Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -447,5 +464,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-02-16T17:57:51.656Z"
"updateTime": "2023-02-21T17:11:49.179Z"
}
2 changes: 1 addition & 1 deletion java-shared-dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are using Maven, add this to the `dependencyManagement` section.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 370492d

Please sign in to comment.