diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a72c7..918c3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog === +Version 20.1.0 +--- +* Added `TYPE_USE` target for `PropertyKey` annotation. + Version 20.0.0 --- * Added new annotation: `@MustBeInvokedByOverriders`. diff --git a/README.md b/README.md index 51251d3..87fef86 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/ using gradle write the following in the `build.gradle` file: ``` dependencies { - compileOnly 'org.jetbrains:annotations:20.0.0' + compileOnly 'org.jetbrains:annotations:20.1.0' } ``` @@ -20,7 +20,7 @@ To add a dependency using Maven, write the following in `pom.xml`: org.jetbrains annotations - 20.0.0 + 20.1.0 ``` diff --git a/gradle.properties b/gradle.properties index 7a0e464..35163ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ # limitations under the License. # -projectVersion=20.0.0 \ No newline at end of file +projectVersion=20.1.0 \ No newline at end of file