Skip to content

Commit

Permalink
prepare for 2.0.0 release (#29)
Browse files Browse the repository at this point in the history
* changelog update

* improve bug PR template
  • Loading branch information
Canato authored Jan 12, 2021
1 parent f40a33f commit d26d95b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ _very small explanation about what was done_
_small explanation_

### Reproduce
_more detail steps better_
GIVEN:
WHEN:
THEN:

### How the bug was solved:
Small explanation
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ 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
### Fixed
- Uri for camera capture option is now invariant for Android 10 and above
## [unreleased 2.x.x] -

## [2.0.0] - 06/01/21
## [2.0.0] - 12/01/21
### Changed
- AsyncTask to Kotlin Coroutines
- AsyncTask to Kotlin Coroutines [#9](https://github.com/CanHub/Android-Image-Cropper/issues/9)

### Fixed
- Uri for camera capture option is now invariant for Android 10 and above [#21](https://github.com/CanHub/Android-Image-Cropper/issues/21)

## [1.1.1] - 03/01/21
### Added
Expand Down

0 comments on commit d26d95b

Please sign in to comment.