From 4197f0373aed97b2c39e29fcd6de56217936ac5a Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Thu, 27 Feb 2020 14:13:46 -0700 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a981831..7ea4f01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +*Nothing yet*. + +## [1.0.1] - February 27, 2020 + * Fix a memory leak within the cache layers. ## [1.0.0] - January 4, 2020 @@ -47,7 +51,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * Various other features that would be expected like maximum/minimum size controls, rate limiting, etc. Check out the sample config for a better idea of what else is possible. -[unreleased]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0...HEAD +[unreleased]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.1...v1.0.0 [1.0.0]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0...v1.0.0-rc.2 [1.0.0-rc.2]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0-rc.1...v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/turt2live/matrix-media-repo/releases/tag/v1.0.0-rc.1 -- GitLab