bump package version to 1.1.1
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.1.1] - 2021-08-09
8
9 ### Fixed
10
11 - Parsing of topic content-types which include encoding.
12
13 ## [v1.1.0] - 2021-08-08
14
15 ### Added
16
17 - Caching of topic contents for Postfix database backends. This should greatly reduce the db load when many subscribers to a topic are delivered an update.
18 - Minor cleanup to generated HTML pages.
19
20 ## [v1.0.0] - 2021-08-01
21
22 ### Added
23
24 - Everything. MVP first stable release.
25
26 ---
27
28 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.0
29 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
30 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0