diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccdf355..f3cc7def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.10.3 (2021-11-06) + +#### Fixes + +* the bot did not inform about the skip in case of the filter on mutual friends or on the link in bio +* false positive for link check in bio + +Full set of changes: [`2.10.2...2.10.3`](https://github.com/GramAddict/bot/compare/2.10.2...2.10.3) + ## 2.10.2 (2021-11-06) #### Fixes diff --git a/GramAddict/version.py b/GramAddict/version.py index 6c96c975..21e33ba2 100644 --- a/GramAddict/version.py +++ b/GramAddict/version.py @@ -1 +1 @@ -__version__ = "2.10.2" +__version__ = "2.10.3"