Skip to content

Commit

Permalink
chore(main): release 0.128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 4, 2022
1 parent c721557 commit a3f7c33
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## [0.128.0](https://github.com/googleapis/java-logging-logback/compare/v0.127.0...v0.128.0) (2022-11-04)


### Features

* Add support for instrumentation version annotations ([#916](https://github.com/googleapis/java-logging-logback/issues/916)) ([c721557](https://github.com/googleapis/java-logging-logback/commit/c721557f0963a487dfc6950241933752ae58e170))


### Dependencies

* Update dependency com.google.cloud:google-cloud-logging to v3.12.1 ([#913](https://github.com/googleapis/java-logging-logback/issues/913)) ([2281ada](https://github.com/googleapis/java-logging-logback/commit/2281ada7325d866430efcb0c08df014508c8e965))

## [0.127.0](https://github.com/googleapis/java-logging-logback/compare/v0.126.17...v0.127.0) (2022-10-31)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>google-cloud-logging-logback</artifactId>
<version>0.128.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.129.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.128.1-alpha-SNAPSHOT</version>
<version>0.129.0-alpha</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-logging-logback:0.128.0-alpha:0.128.1-alpha-SNAPSHOT
google-cloud-logging-logback:0.129.0-alpha:0.129.0-alpha

0 comments on commit a3f7c33

Please sign in to comment.