From 105f17a57ee8bca68e4a223a62290ef94e9df932 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Thu, 19 Aug 2021 12:13:39 +0300 Subject: [PATCH] docs(changelog): Add missing entries for docker-compose changes Refs #1066 and #1068 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f388b8732eb..f97e5255a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +- fix(requirements): Make compose version check bw-compatible (#1068) +- ci: Test with the required minimum docker-compose (#1066) + Run tests using docker-compose `1.28.0` instead of latest + ## 21.8.0 - feat: Support custom CA roots ([#27062](https://github.com/getsentry/sentry/pull/27062)), see the [docs](https://develop.sentry.dev/self-hosted/custom-ca-roots/) for more details.