diff --git a/docs/pages/getting-started/changelog.md b/docs/pages/getting-started/changelog.md
index 26ce48c..f922c04 100644
--- a/docs/pages/getting-started/changelog.md
+++ b/docs/pages/getting-started/changelog.md
@@ -8,6 +8,15 @@ tags: release version changes
Sloth.css uses [semantic versioning](https://semver.org/) to indicate breaking changes, major changes with downward compatibility or minor changes.
+### v0.4.0 β
+
+- ➕ Component: Icon ([#57](https://github.com/devmount/sloth.css/pull/57))
+- 🔨 Utilities: Added text alignment ([#58](https://github.com/devmount/sloth.css/pull/58))
+- 📜 Docs: Improved search ([#59](https://github.com/devmount/sloth.css/pull/59))
+- 🔨 Utilities: More flex justify classes grow/shrink classes ([#60](https://github.com/devmount/sloth.css/pull/60))
+- 🔨 Utilities: More font sizes ([#60](https://github.com/devmount/sloth.css/pull/60))
+- 💚 Core: Improved input fields appearances ([#60](https://github.com/devmount/sloth.css/pull/60))
+
### v0.3.0 β
- ➕ Component: Badge variants ([#46](https://github.com/devmount/sloth.css/pull/46))
diff --git a/eleventy.config.js b/eleventy.config.js
index 23a329f..6347706 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -4,7 +4,7 @@ import markdownit from "markdown-it";
import anchor from "markdown-it-anchor";
import tocPlugin from "eleventy-plugin-toc";
-const VERSION = '0.3.0';
+const VERSION = '0.4.0';
export default function (eleventyConfig) {
// Get utility sections
diff --git a/package.json b/package.json
index 8bc8abb..4b50fec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@devmount/sloth.css",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "A drop-in utility component CSS-only library for lazy mammals.",
"main": "sloth.min.css",
"files": [