Skip to content

Commit

Permalink
Prepare for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Canato committed May 9, 2021
1 parent 4ab6cae commit 7b9d034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Security` in case of vulnerabilities.

## [unreleased x.x.x] -

## [3.1.0] - 09/05/21
### Added
- Add Java Sample code [#125](https://github.com/CanHub/Android-Image-Cropper/pull/125)

### Fixed
- Cannot call library method from Java language [#113](https://github.com/CanHub/Android-Image-Cropper/issues/113) [#123](https://github.com/CanHub/Android-Image-Cropper/issues/123)

### Changed
- New option for different file names [#122](https://github.com/CanHub/Android-Image-Cropper/pull/122)

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

0 comments on commit 7b9d034

Please sign in to comment.