diff --git a/CHANGELOG.md b/CHANGELOG.md index 1807199b..4e5f105c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Add customizeable `get_extra_detail_context_data` method for workspace adapters. Users can override this method to provide additional context data on a workspace detail page. * Add filtering by workspace type to the admin interface. * Set max_length for `ManagedGroup` and `Workspace` models to match what AnVIL allows. +* Track requester pays status for `Workspace` objects. ## 0.21.0 (2023-12-04) diff --git a/anvil_consortium_manager/__init__.py b/anvil_consortium_manager/__init__.py index 19a568ab..e30a9e18 100644 --- a/anvil_consortium_manager/__init__.py +++ b/anvil_consortium_manager/__init__.py @@ -1 +1 @@ -__version__ = "0.22.0.dev2" +__version__ = "0.22.0.dev3"