diff --git a/changelog.md b/changelog.md index a6eaa3d..d23a3d3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2.0.1 + +- Ignore the non-embeddable links in an inline-code +- Support for `/video/:id` and `/photo/:id` path + ## 2.0 - Use a database, finally (mysql with masonite-orm) diff --git a/config.yml b/config.yml index 55601e9..446deee 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,5 @@ description: "This bot automatically repost x.com and twitter.com posts as fxtwitter ones." -version: "2.0" +version: "2.0.1" color: 0x1d9bf0 hot_reload: false