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

Commit 70da65b

Browse files
semantic-releasesloria
semantic-release
authored andcommitted
22.21.0
Automatically generated by python-semantic-release
1 parent 3f33cbf commit 70da65b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## v22.21.0 (2022-10-09)
6+
### Feature
7+
* Add zoom close message (trees) ([#504](https://github.com/OpenASL/HowSignBot/issues/504)) ([`61afca2`](https://github.com/OpenASL/HowSignBot/commit/61afca27edd0cf54706768563f02e9e4c21f7e72))
8+
9+
### Fix
10+
* Update API URL for watch2gether ([#527](https://github.com/OpenASL/HowSignBot/issues/527)) ([`16a72f5`](https://github.com/OpenASL/HowSignBot/commit/16a72f5f222b8e1f3582b37890613b53a0931111))
11+
512
## v22.20.1 (2022-04-12)
613
### Fix
714
* Copy ([`3121efb`](https://github.com/OpenASL/HowSignBot/commit/3121efbdedd7f911edbdac8bd8d1591eb87c4aab))

bot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import database
22

33
__all__ = ["database"]
4-
__version__ = "22.20.1"
4+
__version__ = "22.21.0"

0 commit comments

Comments
 (0)