From 077da537a4336002099e62d3e664412a8d471fb8 Mon Sep 17 00:00:00 2001 From: Ryan Schmukler Date: Tue, 15 Oct 2024 20:51:23 -0400 Subject: [PATCH] docs: changelog for 0.4.2 Update and release 0.4.2 --- Changelog.md | 4 ++++ Readme.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d76e1ff..7b3ecc8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.2 + +- Chore release to add a license to `pom.xml` + ## 0.4.0 Release that mostly stabalizes the API (moving out of SNAPSHOT) and updates the diff --git a/Readme.md b/Readme.md index d9602e3..fa7cf20 100644 --- a/Readme.md +++ b/Readme.md @@ -54,7 +54,7 @@ point it will likely hit 1.0. Add to your deps.edn: ``` -teknql/tapestry {:mvn/version "0.4.0"} +teknql/tapestry {:mvn/version "0.4.2"} ``` ## Showcase