diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f21159..0a35c89 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.8.3](https://github.com/allenai/beaker-py/releases/tag/v0.8.3) - 2022-04-14 + ### Added - Added `Beaker.workspace.(get|set|grant|revoke)_permissions()` and `.set_visibility()` methods. diff --git a/beaker/version.py b/beaker/version.py index dd34d30..1d194a1 100644 --- a/beaker/version.py +++ b/beaker/version.py @@ -2,7 +2,7 @@ _MINOR = "8" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "2" +_PATCH = "3" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""