We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aff5e6 commit 5a93383Copy full SHA for 5a93383
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.1
+0.2
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.2.6 (2025-08-30 / 6aff5e6)
2
3
## Fixed
4
README.md
@@ -14,13 +14,13 @@ Log4j2 wrapper for Clojure
14
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
15
16
```
17
-com.lambdaisland/log4j2 {:mvn/version "0.1.3"}
+com.lambdaisland/log4j2 {:mvn/version "0.2.6"}
18
19
20
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
21
22
23
-[com.lambdaisland/log4j2 "0.1.3"]
+[com.lambdaisland/log4j2 "0.2.6"]
24
25
<!-- /installation -->
26
0 commit comments