diff --git a/packages/dash-core-components/CHANGELOG.md b/packages/dash-core-components/CHANGELOG.md
index 59a1af8401..708cc15650 100644
--- a/packages/dash-core-components/CHANGELOG.md
+++ b/packages/dash-core-components/CHANGELOG.md
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### Fixed
+- Fixed `min_date_allowed` and `max_date_allowed` bug in `DatePickerRange` [#551]https://github.com/plotly/dash-core-components/issues/551)
+
### Changed
- Changed `dcc.Checklist` prop `values` to `value`, to match all the other input components [#558](https://github.com/plotly/dash-core-components/pull/558). Also improved prop types for `Dropdown` and `RadioItems` `value` props to consistently accept both strings and numbers.
diff --git a/packages/dash-core-components/demo/Demo.react.js b/packages/dash-core-components/demo/Demo.react.js
index fc82200eec..d21b38d831 100644
--- a/packages/dash-core-components/demo/Demo.react.js
+++ b/packages/dash-core-components/demo/Demo.react.js
@@ -3,6 +3,7 @@ import ReactDOM from 'react-dom';
import Playground from 'component-playground';
import {
Checklist,
+ DatePickerRange,
Dropdown,
Graph,
Input,
@@ -297,6 +298,34 @@ class Controller extends Component {
ReactDOM.render(