Skip to content

Commit

Permalink
chore: release 0.121.0 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 788d46a commit 4c1299e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [0.121.0](https://www.github.com/googleapis/java-logging-logback/compare/v0.120.8...v0.121.0) (2021-06-01)


### Features

* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#418](https://www.github.com/googleapis/java-logging-logback/issues/418)) ([1900bbe](https://www.github.com/googleapis/java-logging-logback/commit/1900bbef7f000652d57d47a1110ad820ad42f86a))


### Bug Fixes

* update dead link ([#414](https://www.github.com/googleapis/java-logging-logback/issues/414)) ([2ff2886](https://www.github.com/googleapis/java-logging-logback/commit/2ff2886c11a13c223a5c7b114ccb7c7d189c41dd))


### Dependencies

* update dependency com.google.cloud:google-cloud-logging to v2.3.0 ([#425](https://www.github.com/googleapis/java-logging-logback/issues/425)) ([788d46a](https://www.github.com/googleapis/java-logging-logback/commit/788d46a437f2e8ea1b7c1869c243051fd98a3f95))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#415](https://www.github.com/googleapis/java-logging-logback/issues/415)) ([d5e79c8](https://www.github.com/googleapis/java-logging-logback/commit/d5e79c88e575234f837a933e5e1e5305b74eff4e))

### [0.120.8](https://www.github.com/googleapis/java-logging-logback/compare/v0.120.7...v0.120.8) (2021-05-13)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>google-cloud-logging-logback</artifactId>
<version>0.120.9-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.121.0-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<packaging>jar</packaging>
<name>Google Cloud Logging Logback Appender</name>
<url>https://github.com/googleapis/java-logging-logback</url>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-logging-logback:0.120.8-alpha:0.120.9-alpha-SNAPSHOT
google-cloud-logging-logback:0.121.0-alpha:0.121.0-alpha

0 comments on commit 4c1299e

Please sign in to comment.