diff --git a/docs/src/docs/asciidoc/changelog.adoc b/docs/src/docs/asciidoc/changelog.adoc index 44b9e1e6..b8f791ef 100644 --- a/docs/src/docs/asciidoc/changelog.adoc +++ b/docs/src/docs/asciidoc/changelog.adoc @@ -4,6 +4,27 @@ == Release 0.10.5 - Add missing getters to `DirectoryConfiguration` +- Refactor Native Build Tools documentation and add end-to-end guides for both Gradle and Maven plugins +- Restyle Native Build Tools documentation +- Improve GraalVM version check +- Upgrade the use of Jackson to plain old JSONObject + +==== Gradle plugin + +- Fix sporadic failures with: access-filter.json already exists + +==== Maven plugin + +- Add maven functional testing in github actions +- Fix Broken Maven Functional Tests when Using New Metadata Format +- Fix SBOM integration test bug +- Make metadataCopy task work with custom disabled stages + +=== Release 0.10.4 + +- Improve Native Image SBOM Generation +- Make accessFilter file registration thread safe +- Fix broken links in the projects documentation === Release 0.10.3 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fb534308..efd7429d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # Project versions nativeBuildTools = "0.10.5-SNAPSHOT" -metadataRepository = "0.3.14" +metadataRepository = "0.3.15" # External dependencies spock = "2.1-groovy-3.0"