diff --git a/ember-headlessui/CHANGELOG.md b/ember-headlessui/CHANGELOG.md
index a04a259..53bac39 100644
--- a/ember-headlessui/CHANGELOG.md
+++ b/ember-headlessui/CHANGELOG.md
@@ -1,3 +1,39 @@
+## v0.13.0 (2022-07-16)
+
+#### :rocket: Enhancement
+* [#143](https://github.com/GavinJoyce/ember-headlessui/pull/143) ✨ Implement `` component ([@mofiebiger](https://github.com/mofiebiger))
+* [#154](https://github.com/GavinJoyce/ember-headlessui/pull/154) Remove render modifiers ([@roomman](https://github.com/roomman))
+
+#### :bug: Bug Fix
+* [#146](https://github.com/GavinJoyce/ember-headlessui/pull/146) :bug: with transtion open on "enter" click ([@far-fetched](https://github.com/far-fetched))
+* [#145](https://github.com/GavinJoyce/ember-headlessui/pull/145) :bug: Refactor handle outside click for listbox - firefox issue ([@far-fetched](https://github.com/far-fetched))
+
+#### :memo: Documentation
+* [#129](https://github.com/GavinJoyce/ember-headlessui/pull/129) Add modal with transition example ([@roomman](https://github.com/roomman))
+
+#### :house: Internal
+* [#163](https://github.com/GavinJoyce/ember-headlessui/pull/163) The safe peer fix for release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#159](https://github.com/GavinJoyce/ember-headlessui/pull/159) 📦 Update pnpm lock ([@dmcnamara-eng](https://github.com/dmcnamara-eng))
+* [#157](https://github.com/GavinJoyce/ember-headlessui/pull/157) Move tests to own app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#156](https://github.com/GavinJoyce/ember-headlessui/pull/156) Fix docs workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#152](https://github.com/GavinJoyce/ember-headlessui/pull/152) Convert to monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#155](https://github.com/GavinJoyce/ember-headlessui/pull/155) Fix deploy C.I. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#154](https://github.com/GavinJoyce/ember-headlessui/pull/154) Remove render modifiers ([@roomman](https://github.com/roomman))
+* [#153](https://github.com/GavinJoyce/ember-headlessui/pull/153) Upgrade ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#148](https://github.com/GavinJoyce/ember-headlessui/pull/148) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#151](https://github.com/GavinJoyce/ember-headlessui/pull/151) Upgrade to Tailwind 3, use prose plugin from typography ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#147](https://github.com/GavinJoyce/ember-headlessui/pull/147) Remove @tailwindcss/ui ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#149](https://github.com/GavinJoyce/ember-headlessui/pull/149) Remove Husky ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+* [#150](https://github.com/GavinJoyce/ember-headlessui/pull/150) Fix CI / don't use test.each ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
+
+#### Committers: 5
+- David McNamara ([@dmcnamara-eng](https://github.com/dmcnamara-eng))
+- Piotr ([@far-fetched](https://github.com/far-fetched))
+- Simon Zimmerman ([@roomman](https://github.com/roomman))
+- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
+- [@mofiebiger](https://github.com/mofiebiger)
+
+
## v0.12.3 (2022-05-04)
#### :bug: Bug Fix
diff --git a/ember-headlessui/package.json b/ember-headlessui/package.json
index 487f0c7..b969279 100644
--- a/ember-headlessui/package.json
+++ b/ember-headlessui/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-headlessui",
- "version": "0.12.3",
+ "version": "0.13.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"