diff --git a/CHANGELOG.md b/CHANGELOG.md index e405184eb..2ecb5af41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## [v1.3.22](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.22) +### Fixed +- Fix for crash on Samsung Clipboard ListView on Android 8.X #795 + ## [v1.3.20](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.20) ### Changed - Support for `` for italic and using it as default via the formatting toolbar #777 diff --git a/README.md b/README.md index 43abbe64c..bb1add244 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ repositories { ``` ```gradle dependencies { - api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.20') + api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.22') } ```