Skip to content

Commit

Permalink
chore: release 0.122.8 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 7, 2022
1 parent 5cd871f commit fb833d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [0.122.8](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.7...v0.122.8) (2022-01-07)


### Dependencies

* update dependency com.google.cloud:google-cloud-logging to v3.5.3 ([#632](https://www.github.com/googleapis/java-logging-logback/issues/632)) ([5cd871f](https://www.github.com/googleapis/java-logging-logback/commit/5cd871f8149570aaa01d1b6381cbb2cf8c71e3da))
* update logback.version to v1.2.9 ([#614](https://www.github.com/googleapis/java-logging-logback/issues/614)) ([71e35fb](https://www.github.com/googleapis/java-logging-logback/commit/71e35fb25d100425fcd15b4bdb5489c6ed83eb57))

### [0.122.7](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.6...v0.122.7) (2022-01-07)


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.8-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.122.8-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.8-alpha-SNAPSHOT</version>
<version>0.122.8-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.7-alpha:0.122.8-alpha-SNAPSHOT
google-cloud-logging-logback:0.122.8-alpha:0.122.8-alpha

0 comments on commit fb833d2

Please sign in to comment.