@@ -35,7 +35,7 @@ To be released.
3535 - Added ` Create ` class.
3636 - Added ` MemoryCachedRepository ` class.
3737
38- - Upgraded Fedify to 1.8.7 .
38+ - Upgraded Fedify to 1.8.8 .
3939
4040[ #7 ] : https://github.com/fedify-dev/botkit/issues/7
4141[ #8 ] : https://github.com/fedify-dev/botkit/pull/8
@@ -47,12 +47,23 @@ To be released.
4747 - Added ` SqliteRepositoryOptions ` interface.
4848
4949
50+ Version 0.2.4
51+ -------------
52+
53+ Released on August 26, 2025.
54+
55+ - Upgraded Fedifyh to 1.5.7 which fixes a bug where HTTP Signature
56+ verification failed for requests having ` created ` or ` expires ` fields
57+ in their ` Signature ` header, causing ` 500 Internal Server Error ` responses
58+ in inbox handlers.
59+
60+
5061Version 0.2.3
5162-------------
5263
5364Released on August 25, 2025.
5465
55- - Upgraded Fedify to 1.4 .6, which fixes a bug where ActivityPub Discovery
66+ - Upgraded Fedify to 1.5 .6, which fixes a bug where ActivityPub Discovery
5667 failed to recognize XHTML self-closing ` <link> ` tags. The HTML/XHTML parser
5768 now correctly handles whitespace before the self-closing slash (` /> ` ),
5869 improving compatibility with XHTML documents that follow the self-closing
@@ -138,6 +149,17 @@ Released on April 21, 2025.
138149 to the author of the original message as well if it is a reply.
139150
140151
152+ Version 0.1.4
153+ -------------
154+
155+ Released on August 26, 2025.
156+
157+ - Upgraded Fedifyh to 1.4.15 which fixes a bug where HTTP Signature
158+ verification failed for requests having ` created ` or ` expires ` fields
159+ in their ` Signature ` header, causing ` 500 Internal Server Error ` responses
160+ in inbox handlers.
161+
162+
141163Version 0.1.3
142164-------------
143165
0 commit comments