Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 894d771

Browse files
semantic-releasesloria
authored andcommitted
22.22.0
Automatically generated by python-semantic-release
1 parent 694c7d7 commit 894d771

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v22.22.0 (2023-08-28)
6+
### Feature
7+
8+
* **zoom:** Zoom oauth server-to-server ([#572](https://github.com/OpenASL/HowSignBot/issues/572)) ([`694c7d7`](https://github.com/OpenASL/HowSignBot/commit/694c7d7e2e4710f7966faa0e6521f85f742a6513))
9+
510
## v22.21.4 (2022-12-10)
611
### Fix
712
* Don't chunk at startup ([`0642ec8`](https://github.com/OpenASL/HowSignBot/commit/0642ec84a068b831e1c00e8de8ed63b28ca4649f))

bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import database
22

33
__all__ = ["database"]
4-
__version__ = "22.21.4"
4+
__version__ = "22.22.0"

0 commit comments

Comments
 (0)