diff --git a/CHANGES.md b/CHANGES.md index 8b7e9ae..45cf396 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ # Change history +## 0.15.0 - July 23, 2022 + +:bug: [#69](https://github.com/dnault/therapi-runtime-javadoc/issues/69) +Fixed a regression in 0.14.0 where attemping to get Javadoc for a nested class would throw IllegalArgumentException. +Thank you to yanxiyue for investigating the issue. + +:bug: [#70](https://github.com/dnault/therapi-runtime-javadoc/issues/70) +Fixed a problem where classes with absolutely no Javadoc would not inherit +method documentation. + ## 0.14.0 - July 15, 2022 :sparkles: [#61](https://github.com/dnault/therapi-runtime-javadoc/issues/61) diff --git a/build.gradle b/build.gradle index b442495..f11d38c 100755 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ subprojects { apply plugin: 'com.github.johnrengelman.shadow' group = "com.github.therapi" - version = "0.15.0-SNAPSHOT" + version = "0.15.0" repositories { mavenCentral()