Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed May 11, 2024
1 parent 38a4bdd commit 08fbe2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ You can confirm the installation went well by trying to access the path `/_synap

## Changelog

**0.8.2** - 2024-05-11:

- Support for receiving info about a token without redeeming it, #2
- Fix to mark DMs as direct (includes tests), #7
- Fix for pyproject URLs, #1, thanks to @HarHarLinks
- Allow API caller to not disable registration token creation
- Clean up types

**0.8.1** - 2023-11-24:

- ensure deleted tokens stay unaccessible -- also to the owner

**0.8.0** - 2023-11-24:

- documentation about how to use this with the docker-ansible-scripts
Expand Down
2 changes: 1 addition & 1 deletion synapse_super_invites/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
WebAccessResource,
)

__version__ = "0.8.3"
__version__ = "0.8.2"

PKG_DIR = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 08fbe2e

Please sign in to comment.