diff --git a/CHANGELOG.md b/CHANGELOG.md index ccffb4d..32690a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.0](https://github.com/taobojlen/django-zeal/compare/v1.4.1...v1.5.0) (2024-11-09) + + +### Features + +* add app name to error messages ([#34](https://github.com/taobojlen/django-zeal/issues/34)) ([ad6fe5f](https://github.com/taobojlen/django-zeal/commit/ad6fe5f6599de26ee9adf30cd372cd3fcb7cded0)) +* validate the allowlist ([#33](https://github.com/taobojlen/django-zeal/issues/33)) ([2aa1b42](https://github.com/taobojlen/django-zeal/commit/2aa1b42c3a441d6b66f52dd2ba70abc6ffe5efee)) + ## [1.4.1](https://github.com/taobojlen/django-zeal/compare/v1.4.0...v1.4.1) (2024-09-22) diff --git a/pyproject.toml b/pyproject.toml index a619549..d5e20fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-zeal" -version = "1.4.1" +version = "1.5.0" description = "Detect N+1s in your Django app" readme = "README.md" license = { file = "LICENSE" }