diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1568da2..66916a148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.6.10](https://github.com/wallabag/wallabag/tree/2.6.10) +[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.9...2.6.10) + +### Fixes + +* Update site config & tests by @j0k3r in https://github.com/wallabag/wallabag/pull/7582 (fixes "Key provided is shorter + than 256 bits, only 240 bits provided" https://github.com/wallabag/wallabag/issues/7531) +* Update site config by @yguedidi in https://github.com/wallabag/wallabag/pull/7623 + ## [2.6.9](https://github.com/wallabag/wallabag/tree/2.6.9) [Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.8...2.6.9) diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 2bded6cd8..98d058425 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.6.9 + version: 2.6.10 paypal_url: "https://liberapay.com/wallabag/donate" languages: en: 'English'