diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0e040..263bed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](../../commits/master). +## 2024.1.1 - 2024/03/17 + +- Update Matrix for AGPL_3_PLUS + ## 2024.1 - 2024/03/16 - code improvements diff --git a/pyproject.toml b/pyproject.toml index 6eb0f51..3278296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "licensecheck" -version = "2024.1" +version = "2024.1.1" license = "mit" description = "Output the licenses used by dependencies and check if these are compatible with the project license" authors = ["FredHappyface"]