diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df1631..115a9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/lucaspolo/redditbot/compare/v0.7.2...v0.7.3) (2022-08-30) + + +### Bug Fixes + +* update python-telegram-bot due to vulnerabilities in httpx ([1383e13](https://github.com/lucaspolo/redditbot/commit/1383e1390513d43fc88b02ea5ab1d1199e567d21)) + ## [0.7.2](https://github.com/lucaspolo/redditbot/compare/v0.7.1...v0.7.2) (2022-08-27) diff --git a/pyproject.toml b/pyproject.toml index fab4768..6ec6802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redditbot" -version = "0.7.2" +version = "0.7.3" description = "Simple bot to get Reddit posts" authors = ["Lucas "] license = "GPL V3"