diff --git a/CHANGELOG.md b/CHANGELOG.md index 914513564..af5b6301b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ # 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.31](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31) ### Fixed - Fix lag deleting and inserting text #853 and #854 -# Changelog ## [1.3.30](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.30) ### Added - Added the ability to signal undo/redo events to host app -# Changelog ## [1.3.29](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.29) ### Fixed - Fix span overlapping on window resizing (Chromebooks) diff --git a/README.md b/README.md index 87fa30c2e..2593c741a 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.31') + api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.32') } ```