From 41e7c705374a5662c03c9cd9f950d2906910b495 Mon Sep 17 00:00:00 2001 From: moorec-aws <122481442+moorec-aws@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:12:37 +0000 Subject: [PATCH] chore(release): 0.9.0 Signed-off-by: moorec-aws <122481442+moorec-aws@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c989ab0f..507ab0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.9.0 (2025-06-09) + + +### Features +* Exposing ExtensionName publicy (#200) ([`0a0cb4a`](https://github.com/moorec-aws/openjd-model-for-python/commit/0a0cb4acc6d8d70f5419c4f9b49c1a1b56b01b60)) + +### Bug Fixes +* fix ([`c8eb34b`](https://github.com/moorec-aws/openjd-model-for-python/commit/c8eb34bc7429e4503ab6fe61f5f74de1791c17fe)) +* sdist failed to install (#198) ([`ed30b7f`](https://github.com/moorec-aws/openjd-model-for-python/commit/ed30b7f38c8828a6d33969196dc8db7a74894d09)) +* EnvironmentActions validation edge case (#197) ([`ae69150`](https://github.com/moorec-aws/openjd-model-for-python/commit/ae691502f547bd845001c5f10e32175f386cbe96)) + ## 0.8.0 (2025-05-22) ### BREAKING CHANGES