Skip to content

Commit

Permalink
Release/4.3.1 (#411)
Browse files Browse the repository at this point in the history
* Update changelog

* Update lib version
  • Loading branch information
Canato committed Jul 20, 2022
1 parent 212e7a8 commit cd3f79c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -11,11 +11,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [x.x.x] - unreleased

## [4.3.1] - 20/07/2022
### Fix
- CropImageView: Added support for handling all EXIF orientation values. [#408](https://github.com/CanHub/Android-Image-Cropper/issues/408)
- CropImageView: Use customOutputUri instance property as a fallback in startCropWorkerTask. [#401](https://github.com/CanHub/Android-Image-Cropper/issues/401)

### Added
- CropImageOptions: Option to change progress bar color. [#390](https://github.com/CanHub/Android-Image-Cropper/issues/390)
- Sample: Showcase 2:1 aspect ratio. [#386](https://github.com/CanHub/Android-Image-Cropper/issues/386)
- Update dependencies [#387](https://github.com/CanHub/Android-Image-Cropper/issues/387)

## [4.3.0] - 10/06/2022
### Added
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
@@ -1,7 +1,7 @@
ext {

// Project
libVersion = "4.3.0"
libVersion = "4.3.1"
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 16
Expand Down

0 comments on commit cd3f79c

Please sign in to comment.