From ad0aef9114147003c650251ae7a67351d3822213 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 13 Feb 2024 12:38:19 -0500 Subject: [PATCH] 22.22.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ bot/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a66bb8..59f1a571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v22.22.2 (2024-02-13) + +### Fix + +* Fix signbank searches ([#588](https://github.com/OpenASL/HowSignBot/issues/588)) ([`4e16270`](https://github.com/OpenASL/HowSignBot/commit/4e1627021189f9e71be5c5b8a93f2fd360eabd00)) + ## v22.22.1 (2024-02-09) ### Fix diff --git a/bot/__init__.py b/bot/__init__.py index 7addba86..29f500ba 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -1,4 +1,4 @@ from . import database __all__ = ["database"] -__version__ = "22.22.1" +__version__ = "22.22.2"