Skip to content

Commit

Permalink
Prepare for release 2.1.0 (#55)
Browse files Browse the repository at this point in the history
* versions.gradle

* changelog
  • Loading branch information
Canato authored Feb 11, 2021
1 parent 054cf60 commit 4ec296a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ 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.

## [unreleased 2.1.0] -
## [unreleased 2.2.0] -


## [2.1.0] - 11/02/21
### Changed
- From Java to Kotlin: [CropImageOptions](https://github.com/CanHub/Android-Image-Cropper/issues/40), [CropWindowHandler](https://github.com/CanHub/Android-Image-Cropper/issues/37)

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 = "2.0.3"
libVersion = "2.1.0"
compileSdkVersion = 30
targetSdkVersion = 30
minSdkVersion = 14
Expand Down

0 comments on commit 4ec296a

Please sign in to comment.