diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ece9d..c9a121e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Current development] +## [1.3.1] - 2021-02-10 + +### Changes + +- Association's has_employees field can now handle null values, and appears as a dropdown list +- Minimum required Debian version is now Buster, documentation is updated accordingly + ## [1.3.0] - 2021-02-04 ### Additions diff --git a/benevalibre/__init__.py b/benevalibre/__init__.py index 19b4f1d..72837bd 100644 --- a/benevalibre/__init__.py +++ b/benevalibre/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'