From d2364258e74257ba10933ae2aff3e702839581be Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Wed, 10 Sep 2025 20:34:40 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78befe4..1b7a08eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Release notes +## v0.141.5 + +#### Fix + +- Tests - Fix bug when using `@djc_test` decorator and the `COMPONENTS` + settings are set with `ComponentsSettings` + See [#1369](https://github.com/django-components/django-components/issues/1369) + ## v0.141.4 #### Fix - Fix compatibility with Django's `{% include %}` and `{% extends %}` tags. - See https://github.com/django-components/django-components/issues/1325 + See [#1325](https://github.com/django-components/django-components/issues/1325) ## v0.141.3