diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7390524b6297ea8bfd599f998e33b26993c7d425..83e610ceda43be9a900483c80956b42500314803 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.3.0](https://git.astron.nl/astron-sdc/design-system/compare/v2.2.0...v2.3.0) (2024-04-09)
+
+
+### Features
+
+* Editable cell style in Table and expose body template property, toasty alerts, spinner ([9597393](https://git.astron.nl/astron-sdc/design-system/commit/9597393e8a8b03368c43a94eafc2d498ea2256c2))
+
 # [2.2.0](https://git.astron.nl/astron-sdc/design-system/compare/v2.1.1...v2.2.0) (2024-04-02)
 
 
diff --git a/package-lock.json b/package-lock.json
index a6387a6ace36804e2bd8daf79983ebeffc98b823..7ebcc98b889a3425b1aef5eb315d2be0d248b74c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "2.2.0",
+  "version": "2.3.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "2.2.0",
+      "version": "2.3.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index ab390dc27b2376da3b11c3c29366633f2272248e..d06d827d373cd11a73fb7ee5520744741e284b02 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "2.2.0",
+  "version": "2.3.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",