diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c1d8a8..0190c906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v4.8.0 (2024-08-14) + +### Features + + * Add support for py39 and py310 + +### Bug Fixes and Other Changes + + * typo in the run unit tests command + * run unit tests in sequence order for release process as well to prevent coverage conflicting issues + * chore: removing unnecessary logging information + ## v4.7.4 (2023-10-31) ### Bug Fixes and Other Changes diff --git a/VERSION b/VERSION index e9b25903..88f18119 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.5.dev0 +4.8.0