diff --git a/CHANGELOG.md b/CHANGELOG.md index afcf52a8..8d9b6363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.8.0 - TBD +## 0.8.0 - 2022-02-01 * The `CommandParameter` class now uses named keyword arguments * The `cmd` parameter for `Command` class is now a positional argument diff --git a/setup.cfg b/setup.cfg index 03657f51..bf922dfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pypsrp -version = 0.8.0rc1 +version = 0.8.0 url = https://github.com/jborean93/pypsrp author = Jordan Borean author_email = jborean93@gmail.com