diff --git a/CHANGELOG.md b/CHANGELOG.md index a4911e8fb1..f2b1ca20df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to `dash` will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [UNRELEASED] +## [2.14.1] - 2023-10-26 ## Fixed diff --git a/dash/version.py b/dash/version.py index d0979fd030..e199aa5550 100644 --- a/dash/version.py +++ b/dash/version.py @@ -1 +1 @@ -__version__ = "2.14.0" +__version__ = "2.14.1"