diff --git a/CHANGELOG.md b/CHANGELOG.md index af5b6301b..f80edb10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog - ## [1.3.32](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32) - ### Fixed - - Allow paragraph spans that do not extend AlignmentSpan (#851) +## [1.3.33](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33) +### Fixed +- IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834) + +## [1.3.32](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32) +### Fixed +- Allow paragraph spans that do not extend AlignmentSpan (#851) ## [1.3.31](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31) ### Fixed diff --git a/README.md b/README.md index 2593c741a..d918ebe22 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.32') + api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.33') } ```