Skip to content

Commit

Permalink
Prepare 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Oct 12, 2020
1 parent 686202a commit edfe550
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# CHANGELOG

# 1.1.1
### Fixed
* Error message when SDK path is missing ([#2])<br>Thanks [@drakeet]

[#2]: https://github.com/noties/Enhance/pull/2
[@drakeet]: https://github.com/drakeet

# 1.1.0
## Added
### Added
* Android 11 (R) api version
* Ability to generate just the diff with the `diff` command line option

## Fixed
### Fixed
* signature generation in `ApiInfoStoreImpl`
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

group 'ru.noties'
version '1.1.0'
version '1.1.1'

apply plugin: 'java'
apply plugin: 'application'
Expand Down

0 comments on commit edfe550

Please sign in to comment.