Skip to content

Commit edfe550

Browse files
committed
Prepare 1.1.1 release
1 parent 686202a commit edfe550

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
# CHANGELOG
2+
3+
# 1.1.1
4+
### Fixed
5+
* Error message when SDK path is missing ([#2])<br>Thanks [@drakeet]
6+
7+
[#2]: https://github.com/noties/Enhance/pull/2
8+
[@drakeet]: https://github.com/drakeet
9+
110
# 1.1.0
2-
## Added
11+
### Added
312
* Android 11 (R) api version
413
* Ability to generate just the diff with the `diff` command line option
514

6-
## Fixed
15+
### Fixed
716
* signature generation in `ApiInfoStoreImpl`

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
group 'ru.noties'
11-
version '1.1.0'
11+
version '1.1.1'
1212

1313
apply plugin: 'java'
1414
apply plugin: 'application'

0 commit comments

Comments
 (0)