Skip to content

Commit

Permalink
Prepare for the v0.9.2 release. (#1070)
Browse files Browse the repository at this point in the history
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

This PR prepares for the release of Pulumi Java v0.9.2

Fixes # (issue)

## Checklist

**Not applicable.**

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have updated the
[CHANGELOG-PENDING](https://github.com/pulumi/pulumi/blob/master/CHANGELOG_PENDING.md)
file with my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Service,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Service API version
<!-- @pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
  • Loading branch information
RobbieMcKinstry committed Apr 18, 2023
1 parent dc49014 commit 9ed5557
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

## 0.9.2 (2023-04-18)

### Bug Fixes

- [sdk] Enable Zip64 jar files for javadoc
- [sdk] Fix exception in URN handling of nested parent URN types.

## 0.9.1 (2023-04-12)

### Bug Fixes
Expand Down

0 comments on commit 9ed5557

Please sign in to comment.