Skip to content

Commit

Permalink
Release/4.2.0 (#336)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Update lib version
  • Loading branch information
Canato authored Mar 21, 2022
1 parent 455920d commit 81bb6e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [4.2.0] - unreleased
## [x.x.x] - unreleased

## [4.2.0] - 21/03/2022
### Added
- Added an option to skip manual editing and return entire image when required [#324](https://github.com/CanHub/Android-Image-Cropper/pull/324)
### Fixed
- Added missing support for `ScaleType.CENTER_CROP` [#220](https://github.com/CanHub/Android-Image-Cropper/issues/220)
- State is now preserved across configuration changes [#296](https://github.com/CanHub/Android-Image-Cropper/issues/296)
### Added
- Added an option to skip manual editing and return entire image when required [#324](https://github.com/CanHub/Android-Image-Cropper/pull/324)
- Fix shadow bug [#261](https://github.com/CanHub/Android-Image-Cropper/issues/261)
### Changed
- Update portuguese strings [#321](https://github.com/CanHub/Android-Image-Cropper/issues/321)

## [4.1.0] - 02/02/2022
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {

// Project
libVersion = "4.1.0"
libVersion = "4.2.0"
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 16
Expand Down

0 comments on commit 81bb6e7

Please sign in to comment.