diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff7b9207..39f1a7d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+# [0.5.6](https://github.com/Microsoft/angular-react/compare/v0.5.5...v0.5.6) (2018-12-24)
+
+### Features
+
+- **fabric:** Add `Dropdown` component. ([#63](https://github.com/Microsoft/angular-react/pull/63)) ([7cd90dd](https://github.com/Microsoft/angular-react/commit/7cd90dde402adc5255dc04733ba430cca555ab17))
+- **fabric:** Add declarative syntax for menu items in Buttons. ([#61](https://github.com/Microsoft/angular-react/pull/61)) ([0bf7d9a](https://github.com/Microsoft/angular-react/commit/0bf7d9ab3758f979161799d6dc16012958c68cdf))
+
+### Bug fixes
+
+- **fabric:** Add missing module mappings. ([#62](https://github.com/Microsoft/angular-react/pull/62)) ([5a99d70](https://github.com/Microsoft/angular-react/commit/5a99d70685d101d54fb736777bd02498e70f739e))
+
# [0.5.5](https://github.com/Microsoft/angular-react/compare/v0.5.4...v0.5.5) (2018-12-16)
diff --git a/libs/core/package.json b/libs/core/package.json
index 161026b5..812f03a3 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.5",
+ "version": "0.5.6",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [
diff --git a/libs/fabric/package.json b/libs/fabric/package.json
index 22a02d77..bbe5eca2 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.5",
+ "version": "0.5.6",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@@ -75,7 +75,7 @@
],
"private": false,
"peerDependencies": {
- "@angular-react/core": "^0.5.5",
+ "@angular-react/core": "^0.5.6",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",