diff --git a/CHANGELOG.md b/CHANGELOG.md index 842cbd8..ab82e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.0/), and this project adheres to [Calendar Versioning](https://calver.org). +## [24.4] - 2024-10-16 + +### Fixed + +Crash when pressing the down key. Thank you @ALERTua! + ## [24.3] - 2024-07-05 ### Added diff --git a/src/django_tui/__about__.py b/src/django_tui/__about__.py index c221a46..ca1e7ad 100644 --- a/src/django_tui/__about__.py +++ b/src/django_tui/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Anže Pečar # # SPDX-License-Identifier: MIT -__version__ = "24.3" +__version__ = "24.4"