diff --git a/README.md b/README.md index 26f0455c7..dd75b1d25 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ mvn versions:commit ``` bash python3 release.py --release-version --old-version ``` +* Push changes to remote repository. * Run release [Action](https://github.com/siom79/japicmp/actions/workflows/release.yml) * Login to [Sonatype's Nexus repository](https://oss.sonatype.org/) * Download released artifact from staging repository. diff --git a/src/site/markdown/ReleaseNotes.md b/src/site/markdown/ReleaseNotes.md index 3fb68f0a9..6a1f79c05 100644 --- a/src/site/markdown/ReleaseNotes.md +++ b/src/site/markdown/ReleaseNotes.md @@ -3,6 +3,11 @@ Versions The following versions of japicmp are available: +0.17.4 (2023-09-22) +------------------- +* added METHOD_NEW_STATIC_ADDED_TO_INTERFACE, METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC and METHOD_STATIC_IN_INTERFACE_NO_LONGER_STATIC. [#289](https://github.com/siom79/japicmp/issues/289) +* htmlTitle is used as title for maven report. [#362](https://github.com/siom79/japicmp/issues/362) + 0.17.3 (2023-09-02) ------------------- * METHOD_NEW_DEFAULT is now binary and source compatible. [#289](https://github.com/siom79/japicmp/issues/289)