diff --git a/CHANGELOG.md b/CHANGELOG.md index 63727870..2d7d0f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - `Security` in case of vulnerabilities. ## [x.x.x] - unreleased + +## [4.3.2] - 08/09/2022 ### Fixed - Fixed the mistake in hindi conversion of "Crop" [#402](https://github.com/CanHub/Android-Image-Cropper/issues/402) - Added the option to set custom color to toolbar of CropImageActivity [#421](https://github.com/CanHub/Android-Image-Cropper/issues/421) diff --git a/versions.gradle b/versions.gradle index 89af31e4..61502dcf 100644 --- a/versions.gradle +++ b/versions.gradle @@ -1,7 +1,7 @@ ext { // Project - libVersion = "4.3.1" + libVersion = "4.3.2" compileSdkVersion = 31 targetSdkVersion = 31 minSdkVersion = 16