diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71432b576c..0cd16f7ed5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+# [2.0.0-rc.8](https://github.com/akveo/nebular/compare/2.0.0-rc.7...2.0.0-rc.8) (2018-05-10)
+
+
+### Features
+
+* **auth:** add support for refresh tokens ([#390](https://github.com/akveo/nebular/issues/390)) ([dc57c85](https://github.com/akveo/nebular/commit/dc57c85))
+* **theme:** add RTL support ([#343](https://github.com/akveo/nebular/issues/343)) ([0326c1c](https://github.com/akveo/nebular/commit/0326c1c))
+* update to angular 6 ([#408](https://github.com/akveo/nebular/issues/408)) ([16314e8](https://github.com/akveo/nebular/commit/16314e8))
+
+
+
# [2.0.0-rc.7](https://github.com/akveo/nebular/compare/2.0.0-rc.6...2.0.0-rc.7) (2018-04-21)
diff --git a/package-lock.json b/package-lock.json
index 641c945199..fd5c423073 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "2.0.0-rc.7",
+ "version": "2.0.0-rc.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4f79318517..a964037950 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "2.0.0-rc.7",
+ "version": "2.0.0-rc.8",
"license": "MIT",
"author": "akveo ",
"bugs": {
diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json
index f57b82a3e5..fef2b8aa9e 100644
--- a/src/framework/auth/package.json
+++ b/src/framework/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
- "version": "2.0.0-rc.7",
+ "version": "2.0.0-rc.8",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
@@ -32,7 +32,7 @@
"@angular/router": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
- "@nebular/theme": "2.0.0-rc.7",
+ "@nebular/theme": "2.0.0-rc.8",
"rxjs": "~5.5.5"
}
}
diff --git a/src/framework/security/package.json b/src/framework/security/package.json
index 1484a63a95..b5040461e8 100644
--- a/src/framework/security/package.json
+++ b/src/framework/security/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
- "version": "2.0.0-rc.7",
+ "version": "2.0.0-rc.8",
"description": "@nebular/security",
"main": "./bundles/security.umd.js",
"module": "./index.js",
diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json
index 3117f0b622..72cade6e5f 100644
--- a/src/framework/theme/package.json
+++ b/src/framework/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
- "version": "2.0.0-rc.7",
+ "version": "2.0.0-rc.8",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",