diff --git a/apps/docs/src/lib/components/Sidebar.svelte b/apps/docs/src/lib/components/Sidebar.svelte
index 7f74b8a7..178b9b07 100644
--- a/apps/docs/src/lib/components/Sidebar.svelte
+++ b/apps/docs/src/lib/components/Sidebar.svelte
@@ -74,6 +74,7 @@
{#if sidebar[0].expand}
+ - Version 0.15.0
- Version 0.14.0
- Version 0.13.0
- Version 0.12.0
diff --git a/apps/docs/src/routes/changelog/v0-15-0/+page.md b/apps/docs/src/routes/changelog/v0-15-0/+page.md
new file mode 100644
index 00000000..093c813d
--- /dev/null
+++ b/apps/docs/src/routes/changelog/v0-15-0/+page.md
@@ -0,0 +1,64 @@
+---
+title: 'Version 0.15.0'
+order: 6
+release: https://github.com/svelteuidev/svelteui/releases/tag/0.15.0
+date: 'August 20th, 2023'
+---
+
+
+
+
+ {title} - SvelteUI
+
+
+
+
+## Improvements
+
+### _Components:_
+
+## [JsonInput]({base}/core/json-input)
+
+
+
+## [Blockquote]({base}/core/blockquote)
+
+
+
+## [PasswordInput]({base}/core/password-input)
+
+
+
+## [Mark]({base}/core/mark)
+
+
+
+- Contributing and Code of conduct now available in Korean
+- Add slots for icons in all components that have them
+- Add slot to override `Modal` title
+- New props to change `Modal` transitions (`transition`, `transitionOptions`, `overlayTransition`, `overlayTransitionOptions`)
+- Set `fixed` to true as the default value in `AppShell`
+- Add new prop `insideLabelSize` to `Switch`
+
+### _Docs:_
+
+- Improve documentation regarding the controlled behaviour of `Tooltip`
+
+## Bug fixes and improvements
+
+- Fix `Installation` guide style in docs
+- Fix `createStyles` check for variants
+- Fix resize issue in `Modal` for smaller viewports
+- Fix `Menu` type export to allow typing `this` prop
+- Fix dependency cycle happening in `@svelteuidev/core`
+- Add missing `fontFamily` to some components
+- Add missing reactivity in `Box` when `css` prop changes
+- Fix broken `Collapse` animations when using Svelte 4
+- Fix missing interaction when clicking right section of `NativeSelect`
+- Fix `Menu` being cut when used inside a container
+- Fix `TextArea` bind:value propagation
+- Fix type errors for `Menu.Item` prop icon