Skip to content

Commit bc1cffc

Browse files
chore(main): release 0.126.0 (#795)
🤖 I have created a release *beep* *boop* --- ## [0.126.0](v0.125.0...v0.126.0) (2022-06-30) ### Features * java template no longer require clirr ([#1469](#1469)) ([#791](#791)) ([f1c5cb1](f1c5cb1)) --- 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 4bc6e5e commit bc1cffc

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.126.0](https://github.com/googleapis/java-logging-logback/compare/v0.125.0...v0.126.0) (2022-06-30)
5+
6+
7+
### Features
8+
9+
* java template no longer require clirr ([#1469](https://github.com/googleapis/java-logging-logback/issues/1469)) ([#791](https://github.com/googleapis/java-logging-logback/issues/791)) ([f1c5cb1](https://github.com/googleapis/java-logging-logback/commit/f1c5cb1c091a3a26a7ced39f97844abc2cf751f1))
10+
411
## [0.125.0](https://github.com/googleapis/java-logging-logback/compare/v0.124.3...v0.125.0) (2022-06-28)
512

613

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

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging-logback</artifactId>
31-
<version>0.126.1-alpha-SNAPSHOT</version>
31+
<version>0.127.0-alpha</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

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.126.0-alpha:0.126.1-alpha-SNAPSHOT
4+
google-cloud-logging-logback:0.127.0-alpha:0.127.0-alpha

0 commit comments

Comments
 (0)