diff --git a/CHANGELOG.md b/CHANGELOG.md index 969966d88..82c3fc4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +### [0.122.13](https://github.com/googleapis/java-logging-logback/compare/v0.122.12...v0.122.13) (2022-02-11) + + +### Dependencies + +* update actions/github-script action to v6 ([#686](https://github.com/googleapis/java-logging-logback/issues/686)) ([82a0f26](https://github.com/googleapis/java-logging-logback/commit/82a0f264d054827c9816ddb4400e952d3e95776e)) + ### [0.122.12](https://github.com/googleapis/java-logging-logback/compare/v0.122.11...v0.122.12) (2022-02-09) diff --git a/README.md b/README.md index cb8f21fd0..626c68ab7 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.123.1-alpha + 0.123.2-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.123.1-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.123.2-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.123.1-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.123.2-alpha" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 483e260e1..de6fe577d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 google-cloud-logging-logback - 0.123.2-alpha + 0.123.3-alpha jar Google Cloud Logging Logback Appender https://github.com/googleapis/java-logging-logback @@ -168,7 +168,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.1 + 3.3.2 html diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 93745de95..9a9be4e45 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-logging-logback - 0.123.1-alpha + 0.123.2-alpha diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 4529e6800..f7f476c62 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-logging-logback - 0.123.2-alpha + 0.123.3-alpha diff --git a/versions.txt b/versions.txt index 3b9f571d4..fe69c29c8 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-logging-logback:0.123.2-alpha:0.123.2-alpha +google-cloud-logging-logback:0.123.3-alpha:0.123.3-alpha