diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcd1849e..e2348883 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+# [0.5.12](https://github.com/Microsoft/angular-react/compare/v0.5.11...v0.5.12) (2019-02-20)
+
+## Features
+
+- **fabric:** Add `Nav` component. ([#88](https://github.com/Microsoft/angular-react/pull/88)) ([a50eacc](https://github.com/Microsoft/angular-react/commit/a50eaccf775958722c59ab80e0db5c216b7ce332))
+
+### Bug fixes
+
+- **fabric:** Add explicit events for FabTextField and FabMaskedTextField components ([#92](https://github.com/Microsoft/angular-react/pull/92)) ([2f48c6c](https://github.com/Microsoft/angular-react/commit/2f48c6c492991d0af53b27571d4523e6bdbcc65b))
+
# [0.5.11](https://github.com/Microsoft/angular-react/compare/v0.5.10...v0.5.11) (2019-01-31)
diff --git a/libs/core/package.json b/libs/core/package.json
index dcd3501a..d76cffee 100644
--- a/libs/core/package.json
+++ b/libs/core/package.json
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/core",
- "version": "0.5.11",
+ "version": "0.5.12",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [
diff --git a/libs/fabric/package.json b/libs/fabric/package.json
index 5cb2804f..828b8e41 100644
--- a/libs/fabric/package.json
+++ b/libs/fabric/package.json
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
- "version": "0.5.11",
+ "version": "0.5.12",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
],
"private": false,
"peerDependencies": {
- "@angular-react/core": "^0.5.11",
+ "@angular-react/core": "^0.5.12",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",