Skip to content

Commit 5a93383

Browse files
committed
# 0.2.6 (2025-08-30 / 6aff5e6)
## Fixed - Add missing dependencies
1 parent 6aff5e6 commit 5a93383

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.2.6 (2025-08-30 / 6aff5e6)
22

33
## Fixed
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Log4j2 wrapper for Clojure
1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

1616
```
17-
com.lambdaisland/log4j2 {:mvn/version "0.1.3"}
17+
com.lambdaisland/log4j2 {:mvn/version "0.2.6"}
1818
```
1919

2020
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
2121

2222
```
23-
[com.lambdaisland/log4j2 "0.1.3"]
23+
[com.lambdaisland/log4j2 "0.2.6"]
2424
```
2525
<!-- /installation -->
2626

0 commit comments

Comments
 (0)