diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index da9a5ff..4c2c050 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -153,4 +153,10 @@ More console chat manipulation features. **What's new?** -- fix: Uses websocket. \ No newline at end of file +- fix: Uses websocket. + +## v0.2.9 + +**What's new?** + +- patch: Independencies \ No newline at end of file diff --git a/setup.py b/setup.py index 438c5f1..81e666d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="webchatgpt", - version="0.2.8", + version="0.2.9", license="GNU v3", author="Smartwa", maintainer="Smartwa",