diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b00a626..2dfb2781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.7.0 (2022-02-19) +### Feature +* Use yewtube over tor using torsocks 🔥 ([`1e9c4ce`](https://github.com/iamtalhaasghar/yewtube/commit/1e9c4ce5992528286f552c8b563daef4abf9566a)) + ## v2.6.9 (2022-02-19) ### Fix * #28 show changelog with `help new` command ([`d52b65d`](https://github.com/iamtalhaasghar/yewtube/commit/d52b65d0c0cd8708020a2d6788102d82d8ebeee5)) diff --git a/setup.py b/setup.py index 5a685d66..3e173e6f 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ with open('requirements.txt', 'r') as fh: requirements = fh.readlines() -__version__ = "2.6.9" +__version__ = "2.7.0" options = dict( name="yewtube",