diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f824c..427cd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.2] +### Added +- add initial tests (#82) +### Fixed +- fix default_file on Debian Bookworm (#82) + ## [4.0.1] ### Fixed - fix $default_file definition on Ubuntu > 24.04 and Debian < 13 (#80) diff --git a/metadata.json b/metadata.json index 17860bf..95bcddb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-locales", - "version": "4.0.1", + "version": "4.0.2", "author": "saz", "summary": "Manage locales on Linux", "license": "Apache-2.0",