diff --git a/CHANGELOG.md b/CHANGELOG.md index f750d636d7e9..3801a2000b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 9.0.0-rc.2 "neon-bubble" (2019-11-14) + +### material + +| | | +| ---------- | --------------------- | +| bug fix | **checkbox:** unknown property warning with Ivy during server-side rendering ([#17485](https://github.com/angular/components/issues/17485)) ([227c490](https://github.com/angular/components/commit/227c490)) | +| bug fix | **ng-update:** migrations not running for release candidate versions ([#17704](https://github.com/angular/components/issues/17704)) ([bfa88fd](https://github.com/angular/components/commit/bfa88fd)) | + + # 9.0.0-rc.1 "butane-bonanza" (2019-11-12) ### cdk diff --git a/package.json b/package.json index 0de2ce052e81..f1e507c314bc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "tslint": "tslint -c tslint.json --project ./tsconfig.json", "stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss" }, - "version": "9.0.0-rc.1", + "version": "9.0.0-rc.2", "dependencies": { "@angular/animations": "^9.0.0-rc.2", "@angular/common": "^9.0.0-rc.2",