diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b22fdf..97f824c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1] +### Fixed +- fix $default_file definition on Ubuntu > 24.04 and Debian < 13 (#80) + ## [4.0.0] ### Added - Add support for Pop!_OS (#75) diff --git a/metadata.json b/metadata.json index f9fde66..a92fee3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-locales", - "version": "4.0.0", + "version": "4.0.1", "author": "saz", "summary": "Manage locales on Linux", "license": "Apache-2.0",