Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Dec 19, 2024
1 parent 2e0ce85 commit 13b2bd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## Devel

* Restructure audits by moving them to their own sub-app (`anvil_consortium_manager.auditor`)
* Allow users to ignore a specific ManagedGroupMembershipAudit "not in app" record

## 0.27.0 (2024-12-06)

* Allow a user to link an Account that is not or has never been linked to another user.
Expand Down
2 changes: 1 addition & 1 deletion anvil_consortium_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.27.0"
__version__ = "0.28.0"

0 comments on commit 13b2bd9

Please sign in to comment.