diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2b6a12..c57ceb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
+## [1.3.0] - 2024-10-10
+
+### 🚀 Features
+
+- Add sl-resize-observer
+- Add sl-switch
+- Add sl-textarea
+- Add sl-tooltip
+
+### 🐛 Bug Fixes
+
+- Attribute 'readonly' missing on sl-input
+
+### ⚙️ Miscellaneous Tasks
+
+- Format code style
+
## [1.2.0] - 2024-10-07
### 🚀 Features
@@ -26,6 +43,7 @@ All notable changes to this project will be documented in this file.
- Update README.md
- Change 'TValue' to only 'T'
+- Versioning
## [1.1.0] - 2024-10-03
diff --git a/src/Shoelace.Style/Shoelace.Style.csproj b/src/Shoelace.Style/Shoelace.Style.csproj
index b21487c..08e3d0f 100644
--- a/src/Shoelace.Style/Shoelace.Style.csproj
+++ b/src/Shoelace.Style/Shoelace.Style.csproj
@@ -18,7 +18,7 @@
Blazor;Shoelace;UI;WebComponents
Initial release wrapping Shoelace components for Blazor.
LICENSE.txt
- 1.2.0
+ 1.3.0