diff --git a/CHANGELOG.md b/CHANGELOG.md
index badabc3e4..90c5cf4d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+## [0.2.1-rc.9](https://github.com/SAP/fundamental-react/compare/v0.2.1-rc.8...v0.2.1-rc.9) (2019-01-28)
+
+
+### Bug Fixes
+
+* set viewport to 100%; clean up docs styles a bit ([#312](https://github.com/SAP/fundamental-react/issues/312)) ([396de01](https://github.com/SAP/fundamental-react/commit/396de01))
+
+
+
## [0.2.1-rc.8](https://github.com/SAP/fundamental-react/compare/v0.2.1-rc.7...v0.2.1-rc.8) (2019-01-28)
diff --git a/package-lock.json b/package-lock.json
index c344971d7..f7f5e5534 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
- "version": "0.2.1-rc.8",
+ "version": "0.2.1-rc.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8c20dd58d..cf2d72c79 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fundamental-react",
- "version": "0.2.1-rc.8",
+ "version": "0.2.1-rc.9",
"private": false,
"license": "Apache-2.0",
"main": "dist/index.js",