From 209d91b10e9395dd6b8f628a477beb71091ecde5 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 30 Oct 2023 21:21:35 -0600 Subject: [PATCH] v1.3.3 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d3ff0f..99be2066 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.3.3] - October 31, 2023 + ### Fixed * Improved handling when encountering an error attempting to populate Redis during uploads. @@ -462,7 +466,8 @@ a large database (more than about 100k uploaded files), run the following steps * 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.3.2...HEAD +[unreleased]: https://github.com/turt2live/matrix-media-repo/compare/v1.3.3...HEAD +[1.3.3]: https://github.com/turt2live/matrix-media-repo/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/turt2live/matrix-media-repo/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/turt2live/matrix-media-repo/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/turt2live/matrix-media-repo/compare/v1.2.13...v1.3.0