diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index fb0ccb5..c707358 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -2,7 +2,7 @@ name: Build
on:
push:
- branches: [main]
+ branches: [main, "*.x"]
jobs:
diff --git a/README.md b/README.md
index d8eec89..2d20fba 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
[](http://www.apache.org/licenses/)
[](https://central.sonatype.com/namespace/io.kokuwa.micronaut)
-[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml)
+[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml?query=branch%3A3.x)
+[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml?query=branch%3Amain)
Include in your `pom.xml`:
@@ -17,8 +18,8 @@ Include in your `pom.xml`:
## Features
-* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/main) is based on SLF4J 1.7 & Logback 1.2
-* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/4.x) is based on SLF4J 2.0 & Logback 1.4 (WIP)
+* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/3.x) is based on SLF4J 1.7 & Logback 1.2 & Micronaut 3.x
+* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/main) is based on SLF4J 2.0 & Logback 1.4 & Micronaut 4.x
* [set log level based on MDC values](docs/features/logback_mdc_level.md)
* [add default xml](docs/features/logback_default.md)
* [preconfigured appender for different environments](docs/features/logback_appender.md)
diff --git a/pom.xml b/pom.xml
index d654f86..1c4410d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
io.kokuwa.maven
maven-parent
- 0.6.9
+ 0.6.10
io.kokuwa.micronaut
micronaut-logging
- 3.3.1-SNAPSHOT
+ 4.0.0-SNAPSHOT
Logging Support for Micronaut
Enhanced logging using MDC or request header.