diff --git a/CHANGELOG.md b/CHANGELOG.md
index 613c9b637c6..c043ced0f25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+
+## [1.1.25](https://github.com/angular/material/compare/v1.1.24...v1.1.25) (2020-09-01)
+
+
+### Bug Fixes
+
+* **calendar, datepicker:** fix date selection issues with GMT+X timezones ([a897a67](https://github.com/angular/material/commit/a897a67cf1eee6f524dce91c5e0d31b1ad8601b3)), closes [#12000](https://github.com/angular/material/issues/12000)
+* **datepicker:** min-date validation is incorrect in GMT+X timezones ([dd150fa](https://github.com/angular/material/commit/dd150fa780c78177521c99ed50f9fb0916fab8c8)), closes [#11963](https://github.com/angular/material/issues/11963)
+* **select:** md-select-header closes on mouse click when not using multiple ([b32b473](https://github.com/angular/material/commit/b32b473ffbc645ea921f650cc425c82ba9d42bf0)), closes [#11969](https://github.com/angular/material/issues/11969)
+
+
+### Contributors
+
+Thank you to the contributors who helped with the v1.1.25 release:
+
+[](https://github.com/Splaktar) |[](https://github.com/jelbourn) |
+:---: |:---: |
+[Splaktar](https://github.com/Splaktar) |[jelbourn](https://github.com/jelbourn) |
+
+
## [1.1.24](https://github.com/angular/material/compare/v1.1.23...v1.1.24) (2020-06-29)
diff --git a/package-lock.json b/package-lock.json
index e25db4410e7..5f552ee4bfb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "angular-material-source",
- "version": "1.1.24",
+ "version": "1.1.25",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -14265,4 +14265,4 @@
"dev": true
}
}
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 98840c5b889..7d5dd1827d2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-material-source",
- "version": "1.1.24",
+ "version": "1.1.25",
"description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Angular Components, and other product teams.",
"keywords": [
"client-side",
@@ -132,4 +132,4 @@
"node": ">=10",
"npm": ">=6"
}
-}
+}
\ No newline at end of file