Update `CHANGELOG` and version.

master
Fabio Caccamo 2024-01-29 00:55:49 +01:00
parent f42ce33978
commit 0f3bf75ba4
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.28.4](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.28.4) - 2024-01-29
- [css] Fix header logo not displayed correctly.
## [0.28.3](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.28.3) - 2024-01-08
- [css] Fix help text horizontal alignment when using `show-fieldsets-as-tabs` / `show-inlines-as-tabs` theme options. #317
- [css] Fix file-upload widget margin-left.

View File

@ -7,4 +7,4 @@ __description__ = (
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "django-admin-interface"
__version__ = "0.28.3"
__version__ = "0.28.4"