diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md
index ec6fb8c39..a4113144e 100644
--- a/docs/docs/resources/changelog.md
+++ b/docs/docs/resources/changelog.md
@@ -12,16 +12,7 @@ Components with the Experimental bad
During the alpha period, things might break! We take breaking changes very seriously, but sometimes they're necessary to make the final product that much better. We appreciate your patience!
:::
-## Next
-
-- Fixed the search dialog's styles so it doesn't jump around as you search
-- Removed close watcher logic to backdrop hide animation bugs in `` and ``; this logic is already handled and we'll revisit `CloseWatcher` when browser support is better and behaviors are consistent
-- Fixed a bug that caused dropdowns inside button groups to show with a vertical misalignment
-- Revert `` structure and CSS to fix clipped content in dialogs (WA-A #123) and light dismiss in iOS Safari (WA-A #201)
-- Fixed a bug in `` that prevented Safari from animation progress changes
-- Fixed the missing indeterminate icon in native checkbox styles
-- Fixed a bug where changing a `` label wouldn't update the display label in ``
-- Fixed a bug in `` where elements would stack instead of display inline
+## 1.0.0-alpha.12
### Enhancements
@@ -32,7 +23,7 @@ During the alpha period, things might break! We take breaking changes very serio
- Added default spacing to icons slotted into ``
- Fixed `wa-pill` class for text fields
-### Bugfixes
+### Bug fixes
- Specifying inherited CSS properties on `` now works as expected ([thanks Dennis!](https://github.com/shoelace-style/webawesome-alpha/discussions/203))
- Fixed a bug in `` that made it hard to use with VueJS, Svelte, and many other frameworks
@@ -43,6 +34,14 @@ During the alpha period, things might break! We take breaking changes very serio
- Fixed a bug in `` that prevented the pill effect from applying properly
- Fixed a bug in `` that prevented active buttons from receiving the correct styles
- Fixed a bug in `` that prevented the focus ring from showing in Safari
+- Fixed the search dialog's styles so it doesn't jump around as you search
+- Removed close watcher logic to backdrop hide animation bugs in `` and ``; this logic is already handled and we'll revisit `CloseWatcher` when browser support is better and behaviors are consistent
+- Fixed a bug that caused dropdowns inside button groups to show with a vertical misalignment
+- Revert `` structure and CSS to fix clipped content in dialogs (WA-A #123) and light dismiss in iOS Safari (WA-A #201)
+- Fixed a bug in `` that prevented Safari from animation progress changes
+- Fixed the missing indeterminate icon in native checkbox styles
+- Fixed a bug where changing a `` label wouldn't update the display label in ``
+- Fixed a bug in `` where elements would stack instead of display inline
## 3.0.0-alpha.11