Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed May 23, 2024
1 parent 3b8c71f commit b5f11ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2024-05-22

- Use SimpleHttpClient with proxy enabled to fetch CA roots

## [0.0.9] - 2023-02-10

BREAKING: rename user column to avoid issues with SQL statements on postgres (that aren't handled by the synapse DB
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"jwcrypto",
"pyopenssl"
]
version = "0.0.9"
version = "0.2.0"

[project.urls]
Documentation = "https://github.com/famedly/synapse-invite-checker#synapse-invite-checker"
Expand Down
2 changes: 1 addition & 1 deletion synapse_invite_checker/invite_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(


class InviteChecker:
__version__ = "0.0.9"
__version__ = "0.2.0"

def __init__(self, config: InviteCheckerConfig, api: ModuleApi):
self.api = api
Expand Down

0 comments on commit b5f11ef

Please sign in to comment.