diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3545fdd1..0de50e581 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [1.4.7](https://github.com/SAP/fundamental/compare/v1.4.7-rc.0...v1.4.7) (2019-03-21)
+
+
+
## [1.4.7-rc.0](https://github.com/SAP/fundamental/compare/v1.4.6...v1.4.7-rc.0) (2019-03-21)
diff --git a/package-lock.json b/package-lock.json
index a2d1b198c..b53c5c6b0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "fiori-fundamentals",
- "version": "1.4.7-rc.0",
+ "version": "1.4.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 689d79195..a26b7edce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fiori-fundamentals",
- "version": "1.4.7-rc.0",
+ "version": "1.4.7",
"description": "Fiori Fundamentals is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental/",
"main": "index.js",
"scripts": {