diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4c059f904853951c9de85ba3c61edc58811761b..bde662ca24ebfbf417ddd354a41010aa71eb0f7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+# [1.3.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.2.0...v1.3.0) (2024-02-06)
+
+### Bug Fixes
+
+- menu stories types ([14bd0e0](https://git.astron.nl/astron-sdc/design-system/commit/14bd0e0162867b66227879f7e53bfe11c654754e))
+- react datepicker styling ([e4bf330](https://git.astron.nl/astron-sdc/design-system/commit/e4bf330636f56a54541c589c032f7fdbcab33c9e))
+- temporary fix on datepicker popper ([dcec01f](https://git.astron.nl/astron-sdc/design-system/commit/dcec01f11a1d10846c44e2ea040b1ebb8e782a8c))
+
+### Features
+
+- add action menu and profile menu components ([cee33f4](https://git.astron.nl/astron-sdc/design-system/commit/cee33f47792c8dc07c76fe76ee2a7441bc942a3c))
+- add breadcrumb component ([b7f73ce](https://git.astron.nl/astron-sdc/design-system/commit/b7f73ce732cff35e380bcb56fe0912de7b778a98))
+- add support for date range input ([61fef91](https://git.astron.nl/astron-sdc/design-system/commit/61fef911cba2fb8edbfcaf6b5b88d87bc10f444a))
+- progress bar component ([5fc1a3e](https://git.astron.nl/astron-sdc/design-system/commit/5fc1a3ef24023e60c37ade7ac91c9c2e337c49ac))
+
 # [1.2.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.1.1...v1.2.0) (2023-12-13)
 
 ### Bug Fixes
diff --git a/package-lock.json b/package-lock.json
index bc5e613abcbdddc5a485a75d234b41620e2a34c5..4c5ca527067dc3788ded9a7957340c66621af260 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.2.0",
+      "version": "1.3.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index 40ead48abffd544923cd29ec894e42b4c14d1b90..d6a58cc17d65d2009360166434575d68e1376609 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",