From 1a4e3ea4cc0c0e7a76c3406ec635e50ec24bc6c3 Mon Sep 17 00:00:00 2001
From: Travis Ralston <travpc@gmail.com>
Date: Thu, 26 Mar 2020 17:12:42 -0600
Subject: [PATCH] v1.1.1

---
 CHANGELOG.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 829aa25d..17c1c25f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 *Nothing yet*.
 
+## [1.1.1] - March 26th, 2020
+
+### Added
+
+* Added pprof endpoints for debugging performance. Only enabled with a `MEDIA_PPROF_SECRET_KEY` environment variable.
+
+### Fixed
+
+* Fixed a few very slow memory leaks when using S3 datastores.
+
 ## [1.1.0] - March 19th, 2020
 
 ### Added
@@ -88,7 +98,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.1.0...HEAD
+[unreleased]: https://github.com/turt2live/matrix-media-repo/compare/v1.1.1...HEAD
+[1.1.1]: https://github.com/turt2live/matrix-media-repo/compare/v1.1.0...v1.1.1
 [1.1.0]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.2...v1.1.0
 [1.0.2]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.1...v1.0.2
 [1.0.1]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0...v1.0.1
-- 
GitLab