Skip to content

Commit

Permalink
22.21.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and sloria committed Oct 9, 2022
1 parent 3f33cbf commit 70da65b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v22.21.0 (2022-10-09)
### Feature
* Add zoom close message (trees) ([#504](https://github.com/OpenASL/HowSignBot/issues/504)) ([`61afca2`](https://github.com/OpenASL/HowSignBot/commit/61afca27edd0cf54706768563f02e9e4c21f7e72))

### Fix
* Update API URL for watch2gether ([#527](https://github.com/OpenASL/HowSignBot/issues/527)) ([`16a72f5`](https://github.com/OpenASL/HowSignBot/commit/16a72f5f222b8e1f3582b37890613b53a0931111))

## v22.20.1 (2022-04-12)
### Fix
* Copy ([`3121efb`](https://github.com/OpenASL/HowSignBot/commit/3121efbdedd7f911edbdac8bd8d1591eb87c4aab))
Expand Down
2 changes: 1 addition & 1 deletion bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import database

__all__ = ["database"]
__version__ = "22.20.1"
__version__ = "22.21.0"

0 comments on commit 70da65b

Please sign in to comment.