Skip to content

Commit

Permalink
chore: release 0.122.2 (#574)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### [0.122.2](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.1...v0.122.2) (2021-10-19)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([#573](https://www.github.com/googleapis/java-logging-logback/issues/573)) ([c2f8501](https://www.github.com/googleapis/java-logging-logback/commit/c2f8501e3f66e4a3085a485715fa13b79fb222f4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Oct 19, 2021
1 parent c2f8501 commit badbced
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.122.2](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.1...v0.122.2) (2021-10-19)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([#573](https://www.github.com/googleapis/java-logging-logback/issues/573)) ([c2f8501](https://www.github.com/googleapis/java-logging-logback/commit/c2f8501e3f66e4a3085a485715fa13b79fb222f4))

### [0.122.1](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.0...v0.122.1) (2021-09-29)


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.122.2-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.122.2-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 samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.122.2-alpha-SNAPSHOT</version>
<version>0.122.2-alpha</version>
</dependency>
<!-- {x-version-update-end} -->

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.122.1-alpha:0.122.2-alpha-SNAPSHOT
google-cloud-logging-logback:0.122.2-alpha:0.122.2-alpha

0 comments on commit badbced

Please sign in to comment.