diff --git a/Readme.md b/Readme.md
index ca36be8..bdfdbaa 100644
--- a/Readme.md
+++ b/Readme.md
@@ -54,13 +54,13 @@ In addition to being API compatible with Quiescent, **dumdom** supports:
With tools.deps:
```clj
-cjohansen/dumdom {:mvn/version "2023.11.06"}
+cjohansen/dumdom {:mvn/version "2024.02.19"}
```
With Leiningen:
```clj
-[cjohansen/dumdom "2023.11.06"]
+[cjohansen/dumdom "2024.02.19"]
```
## Example
@@ -839,6 +839,11 @@ component is responsible for rendering a given fragment of the DOM.
## Changelog
+### 2024.02.19
+
+- Add [clj-kondo configuration](https://github.com/cjohansen/dumdom/pull/52) for
+ `defmacro`, thanks to [@PEZ](https://github.com/PEZ).
+
### 2023.11.06
- Fix string rendering of aria-* attributes
diff --git a/pom.xml b/pom.xml
index 27e5cc7..073ce36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
cjohansen
dumdom
- 2023.11.06
+ 2024.02.19
dumdom
@@ -44,7 +44,7 @@
scm:git:git://github.com/cjohansen/dumdom.git
scm:git:ssh://git@github.com/cjohansen/dumdom.git
- v2023.11.06
+ v2024.02.19
https://github.com/cjohansen/dumdom