From 20a88a5d400e0f880e36bb99c02affb015094258 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 8 Sep 2023 17:32:14 -0600 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb191987..c1933ca9 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.1] - September 8, 2023 + ### Fixed * Fixed media purge API not being able to delete thumbnails. @@ -443,7 +447,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.0...HEAD +[unreleased]: https://github.com/turt2live/matrix-media-repo/compare/v1.3.1...HEAD +[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 [1.2.13]: https://github.com/turt2live/matrix-media-repo/compare/v1.2.12...v1.2.13 [1.2.12]: https://github.com/turt2live/matrix-media-repo/compare/v1.2.11...v1.2.12