diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1205f..60c5a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate + +## [0.19.1] - 2022-02-16 - Better MIME type guessing support due to updated mime_guess ## [0.19.0] - 2022-02-06 @@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Some theme related bug fixes (thanks @boastful-squirrel) <!-- next-url --> -[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.1...HEAD +[0.19.1]: https://github.com/svenstaro/miniserve/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/svenstaro/miniserve/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/svenstaro/miniserve/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/svenstaro/miniserve/compare/v0.16.0...v0.17.0 |