diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1e72351784d8688130f90f3efd9ccc9dc6fae0a..7390524b6297ea8bfd599f998e33b26993c7d425 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [2.2.0](https://git.astron.nl/astron-sdc/design-system/compare/v2.1.1...v2.2.0) (2024-04-02)
+
+
+### Bug Fixes
+
+* icons in table stories ([647555c](https://git.astron.nl/astron-sdc/design-system/commit/647555cde72e8c1e5fed355d5f9911856b92a995))
+
+
+### Features
+
+* use empty state in table component ([469db3a](https://git.astron.nl/astron-sdc/design-system/commit/469db3a6712771c3f8752af2098b908f8c47b970))
+
 ## [2.1.1](https://git.astron.nl/astron-sdc/design-system/compare/v2.1.0...v2.1.1) (2024-03-28)
 
 
diff --git a/package-lock.json b/package-lock.json
index 47564fd9c3dbe2066ef485e36fa3a82dd4100672..a6387a6ace36804e2bd8daf79983ebeffc98b823 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "2.1.1",
+      "version": "2.2.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index ebc1eee8008bc6131b456ac6bada375fe1579bd1..ab390dc27b2376da3b11c3c29366633f2272248e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",