@@ -35,7 +35,7 @@ To be released.
3535 - Added ` Create ` class.
3636 - Added ` MemoryCachedRepository ` class.
3737
38- - Upgraded Fedify to 1.8.2 .
38+ - Upgraded Fedify to 1.8.7 .
3939
4040[ #7 ] : https://github.com/fedify-dev/botkit/issues/7
4141[ #8 ] : https://github.com/fedify-dev/botkit/pull/8
@@ -47,6 +47,18 @@ To be released.
4747 - Added ` SqliteRepositoryOptions ` interface.
4848
4949
50+ Version 0.2.3
51+ -------------
52+
53+ Released on August 25, 2025.
54+
55+ - Upgraded Fedify to 1.4.6, which fixes a bug where ActivityPub Discovery
56+ failed to recognize XHTML self-closing ` <link> ` tags. The HTML/XHTML parser
57+ now correctly handles whitespace before the self-closing slash (` /> ` ),
58+ improving compatibility with XHTML documents that follow the self-closing
59+ tag format.
60+
61+
5062Version 0.2.2
5163-------------
5264
@@ -126,12 +138,24 @@ Released on April 21, 2025.
126138 to the author of the original message as well if it is a reply.
127139
128140
141+ Version 0.1.3
142+ -------------
143+
144+ Released on August 25, 2025.
145+
146+ - Upgraded Fedify to 1.4.14, which fixes a bug where ActivityPub Discovery
147+ failed to recognize XHTML self-closing ` <link> ` tags. The HTML/XHTML parser
148+ now correctly handles whitespace before the self-closing slash (` /> ` ),
149+ improving compatibility with XHTML documents that follow the self-closing
150+ tag format.
151+
152+
129153Version 0.1.2
130154-------------
131155
132156Released on August 8, 2025.
133157
134- - Upgrade Fedify to 1.4.13, which includes a critical security
158+ - Upgraded Fedify to 1.4.13, which includes a critical security
135159 fix [ CVE-2025 -54888] that addresses an authentication bypass
136160 vulnerability allowing actor impersonation. [[ CVE-2025 -54888]]
137161
0 commit comments