diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4aa81b..8853f60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.14.1] - 2023-05-25 + ### Added - Add support and validation for the `openapi-changelog` directive (DOP-3660, DOP-3661, DOP-3663). diff --git a/snooty/__init__.py b/snooty/__init__.py index 4e59a1de..4532d75c 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.14.0.dev" +__version__ = "0.14.1"