diff --git a/CHANGELOG.md b/CHANGELOG.md index d35e1ec86816..c55a32663318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 7.3.5 "asphalt-lightning" (2019-03-18) + + +### Bug Fixes + +* **schematics:** do not run migrations multiple times ([#15424](https://github.com/angular/material2/issues/15424)) ([7b77740](https://github.com/angular/material2/commit/7b77740)) +* **stepper:** avoid breaking change in stepControl type ([#15464](https://github.com/angular/material2/issues/15464)) ([f02ebe1](https://github.com/angular/material2/commit/f02ebe1)), closes [#15134](https://github.com/angular/material2/issues/15134) [#15462](https://github.com/angular/material2/issues/15462) + + + ## 7.3.4 "tapioca-turtle" (2019-03-11) diff --git a/package.json b/package.json index 508df1f33cd1..f11798306514 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "preinstall": "node ./tools/npm/check-npm.js", "format": "git-clang-format" }, - "version": "7.3.4", + "version": "7.3.5", "requiredAngularVersion": ">=7.0.0", "dependencies": { "@angular/animations": "8.0.0-beta.6",