Skip to content

Commit bf72f6c

Browse files
committed
Update CHANGELOG and version.
1 parent 3b055dd commit bf72f6c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.22.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.1) - 2022-10-13
8+
- Fix `KeyError` raised by `django-rangefilter`.
9+
- [css] Add `django-rangefilter` style optimizations.
10+
- [css] Fix list-filter dropdown vertical margins.
11+
- [css] Fix calendar prev/next arrows style.
12+
713
## [0.22.0](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.0) - 2022-10-12
814
- Add CI checks for migrations and translations. #184 (by [@merwok](https://github.com/merwok) in #186)
915
- Add option for list filter quick remove. #181 (by [@merwok](https://github.com/merwok) in #183)

admin_interface/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.22.0"
3+
__version__ = "0.22.1"

0 commit comments

Comments
 (0)