diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed3850535..c9aab1c6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.24.0 - 2018-08-10 +## Added +- Add a modified time query string to the assets included in the index in order to bust the cache. [#319](https://github.com/plotly/dash/pull/309) + ## 0.23.1 - 2018-08-02 ## Added - Add ie-compat meta tag to the index by default. [#316](https://github.com/plotly/dash/pull/316) diff --git a/dash/version.py b/dash/version.py index db714a8550..f8ab8c2e1f 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = '0.23.1' +__version__ = '0.24.0'