diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85c2e5a5d6111210fcd121c7f55c4dcda6321ff1..9ec354066c4bac6af046b2b2586e18b8b3414ac3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [1.8.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.7.0...v1.8.0) (2024-02-29)
+
+
+### Bug Fixes
+
+* disabled form components ([87d65eb](https://git.astron.nl/astron-sdc/design-system/commit/87d65eb3c9429ef5907b0f448a10306203e6cdd9))
+
+
+### Features
+
+* label styling support for form components ([8337564](https://git.astron.nl/astron-sdc/design-system/commit/83375641e8de47579901cc2b3696bd873b41ed8c))
+
 # [1.7.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.6.0...v1.7.0) (2024-02-28)
 
 
diff --git a/package-lock.json b/package-lock.json
index 44ee6e419252ca4713bee69737e99ddfd3043ec1..cee7c9073c6f7e101a1450f8f666f646ff7162ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.7.0",
+      "version": "1.8.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index acaa9527800d3bf8b63ef601c20db61caa22172a..db8dd83bb77a9ca65b0cefe202fb439383b1c104 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",