From cf78c4f1ccbd77c0d4247436e2885200f1fe6579 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 10 Jul 2024 08:15:55 -0600 Subject: [PATCH] v1.3.5 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7e572b..d78376d9 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.5] - July 10, 2024 + ### Added * New datastore option to ignore Redis cache when downloading media served by a `publicBaseUrl`. This can help ensure more requests get redirected to the CDN. @@ -519,7 +523,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/t2bot/matrix-media-repo/compare/v1.3.4...HEAD +[unreleased]: https://github.com/t2bot/matrix-media-repo/compare/v1.3.5...HEAD +[1.3.5]: https://github.com/t2bot/matrix-media-repo/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/t2bot/matrix-media-repo/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/t2bot/matrix-media-repo/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/t2bot/matrix-media-repo/compare/v1.3.1...v1.3.2