diff --git a/CHANGELOG.md b/CHANGELOG.md index 33626c2c..74e0ddf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - `Security` in case of vulnerabilities. ## [unreleased x.x.x] - + + +## [2.2.0] - 04/03/21 ### Added - Vertical-only and horizontal-only cropping modes [#76]((https://github.com/CanHub/Android-Image-Cropper/pull/76)) - Option to disable movement of the crop window by dragging the center [#79](https://github.com/CanHub/Android-Image-Cropper/pull/79) diff --git a/versions.gradle b/versions.gradle index eefd6f04..8a968af5 100644 --- a/versions.gradle +++ b/versions.gradle @@ -1,7 +1,7 @@ ext { // Project - libVersion = "2.1.1" + libVersion = "2.2.0" compileSdkVersion = 30 targetSdkVersion = 30 minSdkVersion = 14