Skip to content

Commit e24f630

Browse files
chore(main): release 0.123.0
1 parent 37ca717 commit e24f630

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [0.123.0](https://github.com/googleapis/java-logging-logback/compare/v0.122.9...v0.123.0) (2022-01-15)
4+
5+
6+
### Features
7+
8+
* Allow customizing written log entries by exposing parameters via appender configuration ([#625](https://github.com/googleapis/java-logging-logback/issues/625)) ([87d259f](https://github.com/googleapis/java-logging-logback/commit/87d259fe6453107a71560acb85b62ea30ccdd8ed))
9+
10+
11+
### Bug Fixes
12+
13+
* **java:** run Maven in plain console-friendly mode ([#1301](https://github.com/googleapis/java-logging-logback/issues/1301)) ([#621](https://github.com/googleapis/java-logging-logback/issues/621)) ([e5de531](https://github.com/googleapis/java-logging-logback/commit/e5de531465015ae735e45ee5b6dc52bdd281ee6e))
14+
15+
16+
### Dependencies
17+
18+
* update dependency com.google.cloud:google-cloud-logging to v3.6.0 ([#643](https://github.com/googleapis/java-logging-logback/issues/643)) ([21fdd35](https://github.com/googleapis/java-logging-logback/commit/21fdd3554ed2778075fec62a87176ad5e8a6f391))
19+
* update dependency org.easymock:easymock to v4 ([#640](https://github.com/googleapis/java-logging-logback/issues/640)) ([c1c5afc](https://github.com/googleapis/java-logging-logback/commit/c1c5afcf7a4501295e253c663fd4ac05c2fcd339))
20+
* update dependency org.slf4j:slf4j-api to v1.7.33 ([#652](https://github.com/googleapis/java-logging-logback/issues/652)) ([37ca717](https://github.com/googleapis/java-logging-logback/commit/37ca7179c455451fdd34baae0463223d67a36b5b))
21+
322
### [0.122.9](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.8...v0.122.9) (2022-01-10)
423

524

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.122.10-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+
<version>0.123.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.122.10-alpha-SNAPSHOT</version>
31+
<version>0.123.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.122.9-alpha:0.122.10-alpha-SNAPSHOT
4+
google-cloud-logging-logback:0.123.0-alpha:0.123.0-alpha

0 commit comments

Comments
 (0)