diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d93c1..006eaa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ This project uses tags and branches for [release management](https://docs.github ## [Unreleased] _nothing notable, yet_ +## [1.3.1] - 2022-10-20 +### Added +- Project `genzgc` to the list of Early-Access releases +### Fixed +- Use GitHub's environment file to set output values + ## [1.3.0] - 2022-09-21 ### Changed - Default value of `release` input to Java `19` @@ -18,7 +24,7 @@ _nothing notable, yet_ ## [1.2.0] - 2022-08-08 ### Added -- Tool `jextract` to the list of Early-Access releases +- Project `jextract` to the list of Early-Access releases - New `install-as-version` input ## [1.1.2] - 2022-06-10 @@ -38,7 +44,8 @@ _nothing notable, yet_ ### Added - Initial Release -[Unreleased]: https://github.com/oracle-actions/setup-java/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/oracle-actions/setup-java/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/oracle-actions/setup-java/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/oracle-actions/setup-java/compare/v1.2.1...v1.3.0 [1.2.1]: https://github.com/oracle-actions/setup-java/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/oracle-actions/setup-java/compare/v1.1.2...v1.2.0