diff --git a/CHANGELOG.md b/CHANGELOG.md index ed68eaf4419..19bd3edb06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.9.5.post2 (2026-06-10) + +### Bug Fixes + +- Allow access to State from `app_wrap` components ([#6651](https://github.com/reflex-dev/reflex/issues/6651)) + +## v0.9.5.post1 (2026-06-10) + +### Bug Fixes + +- Bumped minimum `reflex-components-core` dependency to 0.9.5 for compatibility. + ## v0.9.5 (2026-06-10) ### Features diff --git a/news/6651.bugfix.md b/news/6651.bugfix.md deleted file mode 100644 index 58169932608..00000000000 --- a/news/6651.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Allow access to State from `app_wrap` components