diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b3753a99f..cb8e0b6f2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ CHANGELOG ========= -### Unreleased +### 0.19.0 (2024-12-11) + +### Improvements + +- Allow specifying dependencies for output invokes - Reduce binary size by stripping debug information -- Apply default dependencies consistently. +- Apply default dependencies consistently + +### Bug Fixes + +- Fix the language plugin to return a version ## 0.18.0 (2024-11-26) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index b8bac7ca06b..0f7dec6ca87 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -2,17 +2,9 @@ - Allow specifying dependencies for output invokes -- Update to Pulumi 3.139.0 +- Reduce binary size by stripping debug information -- Implement `GenerateProgram` and `GenerateProject` RPC endpoints for Java - -- Implement the `GeneratePackage` RPC endpoint for Java - -- Implement the `Pack` RPC endpoint for Java - -- Enable language conformance tests for Java - -- Update `io.github.gradle-nexus.publish-plugin` to 2.0.0 from 1.1.0. +- Apply default dependencies consistently ### Bug Fixes