From 3ada6623475e8a3a838138cf9ab3b5f579ca5fbf Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:46:03 +0000 Subject: [PATCH] [skip test] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 363c063..621a90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v0.4.0] - 10-07-2025 +## What's Changed +* Update jwt requirement from ~> 2.7 to >= 2.7, < 4.0 in the bundler-dependencies group by @dependabot in https://github.com/yettoapp/httpsensible/pull/12 + + +**Full Changelog**: https://github.com/yettoapp/httpsensible/compare/v0.3.2...v0.4.0 # [v0.3.2] - 28-03-2025 ## What's Changed * default to empty string by @gjtorikian in https://github.com/yettoapp/httpsensible/pull/10