Skip to content

Commit 26ac6e0

Browse files
chore(main): release 0.123.0
1 parent 6b46865 commit 26ac6e0

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

33

4+
## [0.123.0](https://github.com/googleapis/java-logging-logback/compare/v0.122.22...v0.123.0) (2022-05-19)
5+
6+
7+
### Features
8+
9+
* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-logging-logback/issues/1440)) ([#765](https://github.com/googleapis/java-logging-logback/issues/765)) ([c90e5e5](https://github.com/googleapis/java-logging-logback/commit/c90e5e57f0676f8e76c41643a9d817a1a2e3374a))
10+
11+
12+
### Dependencies
13+
14+
* update dependency com.google.cloud:google-cloud-logging to v3.8.0 ([#767](https://github.com/googleapis/java-logging-logback/issues/767)) ([2727c81](https://github.com/googleapis/java-logging-logback/commit/2727c81a2c925b01aabc40baaba5958a507a3dd7))
15+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#764](https://github.com/googleapis/java-logging-logback/issues/764)) ([2418128](https://github.com/googleapis/java-logging-logback/commit/24181282039618fc9024bb0360f3fb46c2d34290))
16+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#768](https://github.com/googleapis/java-logging-logback/issues/768)) ([6b46865](https://github.com/googleapis/java-logging-logback/commit/6b46865ff8b9b28eb98a6c7504143018bbf8b073))
17+
418
### [0.122.22](https://github.com/googleapis/java-logging-logback/compare/v0.122.21...v0.122.22) (2022-05-05)
519

620

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.123.13-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
8+
<version>0.124.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.123.13-alpha-SNAPSHOT</version>
31+
<version>0.124.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.123.12-alpha:0.123.13-alpha-SNAPSHOT
4+
google-cloud-logging-logback:0.124.0-alpha:0.124.0-alpha

0 commit comments

Comments
 (0)