Skip to content

Commit 07c7e63

Browse files
chore: release 0.120.6 (#382)
🤖 I have created a release \*beep\* \*boop\* --- ### [0.120.6](https://www.github.com/googleapis/java-logging-logback/compare/v0.120.5...v0.120.6) (2021-05-03) ### Bug Fixes * release scripts from issuing overlapping phases ([#385](https://www.github.com/googleapis/java-logging-logback/issues/385)) ([dc86bee](https://www.github.com/googleapis/java-logging-logback/commit/dc86bee6bbfd8b14ea492caff3d19913520d892e)) * typo ([#381](https://www.github.com/googleapis/java-logging-logback/issues/381)) ([36da065](https://www.github.com/googleapis/java-logging-logback/commit/36da065c4365cd1556eb7e66439f5159b2fc8b4a)) ### Dependencies * update dependency com.google.cloud:google-cloud-logging to v2.2.2 ([#391](https://www.github.com/googleapis/java-logging-logback/issues/391)) ([c3f20c5](https://www.github.com/googleapis/java-logging-logback/commit/c3f20c557a0b40280588d130927d0423eb0131ed)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#387](https://www.github.com/googleapis/java-logging-logback/issues/387)) ([1381132](https://www.github.com/googleapis/java-logging-logback/commit/1381132c1ae5f6d9a921eecdb972591cb7056717)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#390](https://www.github.com/googleapis/java-logging-logback/issues/390)) ([41a5677](https://www.github.com/googleapis/java-logging-logback/commit/41a56776cf344609171c1d95feec7cf7067c59a1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent af9b233 commit 07c7e63

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
### [0.120.6](https://www.github.com/googleapis/java-logging-logback/compare/v0.120.5...v0.120.6) (2021-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* release scripts from issuing overlapping phases ([#385](https://www.github.com/googleapis/java-logging-logback/issues/385)) ([dc86bee](https://www.github.com/googleapis/java-logging-logback/commit/dc86bee6bbfd8b14ea492caff3d19913520d892e))
9+
* typo ([#381](https://www.github.com/googleapis/java-logging-logback/issues/381)) ([36da065](https://www.github.com/googleapis/java-logging-logback/commit/36da065c4365cd1556eb7e66439f5159b2fc8b4a))
10+
11+
12+
### Dependencies
13+
14+
* update dependency com.google.cloud:google-cloud-logging to v2.2.2 ([#391](https://www.github.com/googleapis/java-logging-logback/issues/391)) ([c3f20c5](https://www.github.com/googleapis/java-logging-logback/commit/c3f20c557a0b40280588d130927d0423eb0131ed))
15+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#387](https://www.github.com/googleapis/java-logging-logback/issues/387)) ([1381132](https://www.github.com/googleapis/java-logging-logback/commit/1381132c1ae5f6d9a921eecdb972591cb7056717))
16+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#390](https://www.github.com/googleapis/java-logging-logback/issues/390)) ([41a5677](https://www.github.com/googleapis/java-logging-logback/commit/41a56776cf344609171c1d95feec7cf7067c59a1))
17+
318
### [0.120.5](https://www.github.com/googleapis/java-logging-logback/compare/v0.120.4...v0.120.5) (2021-04-12)
419

520

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>google-cloud-logging-logback</artifactId>
8-
<version>0.120.6-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+
<version>0.120.6-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
99
<packaging>jar</packaging>
1010
<name>Google Cloud Logging Logback Appender</name>
1111
<url>https://github.com/googleapis/java-logging-logback</url>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-logging-logback:0.120.5-alpha:0.120.6-alpha-SNAPSHOT
4+
google-cloud-logging-logback:0.120.6-alpha:0.120.6-alpha

0 commit comments

Comments
 (0)