From 135a05d0908d96a7f9618e0b8787920bf418cf96 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Fri, 3 Jan 2020 09:37:39 -0700 Subject: [PATCH] v1.0.0-rc.2 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41179db6..022d191a 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.0-rc.2] - January 3, 2020 + ### Fixed * Fixed exports not starting in 1.0.0-rc.1. @@ -31,6 +35,6 @@ 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-rc.1...HEAD -[1.0.0]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0-rc.1...v1.0.0 +[unreleased]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0-rc.2...HEAD +[1.0.0-rc.2]: https://github.com/turt2live/matrix-media-repo/compare/v1.0.0-rc.2...v1.0.0-rc.1 [1.0.0-rc.1]: https://github.com/turt2live/matrix-media-repo/releases/tag/v1.0.0-rc.1 -- GitLab