diff --git a/CHANGELOG.md b/CHANGELOG.md index f74eb31..77648b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,18 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v5.8.0] 2023-10-11 + ## Added - Xiphos WDT enable and disable command. +# [v5.7.1] 2023-10-11 + +## Added + +- SCEX normal command + # [v5.7.0] 2023-10-10 - `tmtccmd` v6.0.0 diff --git a/pyproject.toml b/pyproject.toml index 846a4b7..3dc8a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "eive-tmtc" description = "TMTC Commander EIVE" readme = "README.md" -version = "5.7.0" +version = "5.8.0" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [