From a4133dd2d5c6fe2eda22ce331a0d92794c224cb6 Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Tue, 23 Jul 2024 13:45:43 -0400 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61bc0..5c9ac26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # CHANGELOG -## v0.2.2 (2023-11-03) -* Fix Elixir v1.16 errors where tailwind would not yet be started +## v0.2.2 +* Bump tailwind to 3.4.6 +* Do not check version if path explicitly configured ## v0.2.1 (2023-06-26) * Support Elixir v1.15+ by ensuring inets and ssl are available even on `runtime: false`