diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2a796..c0a8981 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 +## [v1.11.1](https://github.com/allenai/beaker-gantry/releases/tag/v1.11.1) - 2025-01-09 + ## [v1.11.0](https://github.com/allenai/beaker-gantry/releases/tag/v1.11.0) - 2025-01-09 ### Added diff --git a/gantry/version.py b/gantry/version.py index f580e9c..b7c6d50 100644 --- a/gantry/version.py +++ b/gantry/version.py @@ -1,6 +1,6 @@ _MAJOR = "1" _MINOR = "11" -_PATCH = "0" +_PATCH = "1" _SUFFIX = "" VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)