diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e0eb3..7836d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [2.2.4] - 2023-04-12 +### Added +- Support for KiCad 7.99 details (ERC and async dialogs issues) + + ## [2.2.3] - 2023-04-06 ### Added - Support for KiCad warnings about missing fonts. diff --git a/debian/changelog b/debian/changelog index 76f653f..222858a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (2.2.4-1) stable; urgency=medium + + * Support for KiCad 7.99 + + -- Salvador E. Tropea Wed, 12 Apr 2023 13:14:41 -0300 + kiauto (2.2.3-1) stable; urgency=medium * Added support for KiCad warnings about missing fonts. diff --git a/kiauto/misc.py b/kiauto/misc.py index 78402b0..07167c8 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -343,4 +343,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.2.3' +__version__ = '2.2.4'