diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c66c655a1..4d935e8c0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [6.0.0-terrific-rc.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-tenacious-rc.2...v6.0.0-terrific-rc.3) (2018-04-11)
+
+
+### Features
+
+* **schematics:** add migration schematics for schematics users ([20a2f07](https://github.com/ReactiveX/RxJS/commit/20a2f07))
+
+
+
# [6.0.0-tenacious-rc.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-tactical-rc.1...v6.0.0-tenacious-rc.2) (2018-04-11)
diff --git a/compat/package.json b/compat/package.json
index a0583476b5..51367526c3 100644
--- a/compat/package.json
+++ b/compat/package.json
@@ -1,6 +1,6 @@
{
"name": "rxjs-compat",
- "version": "6.0.0-tenacious-rc.2",
+ "version": "6.0.0-terrific-rc.3",
"main": "./Rx.js",
"typings": "./Rx.d.ts"
}
diff --git a/package.json b/package.json
index bea257bde4..0e76301aae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactivex/rxjs",
- "version": "6.0.0-tenacious-rc.2",
+ "version": "6.0.0-terrific-rc.3",
"description": "Reactive Extensions for modern JavaScript",
"main": "index.js",
"sideEffects": false,