From 07927b41e88c122fd79a58d558c2d9944062aaf7 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Thu, 6 Oct 2022 17:53:46 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09af0ed..4bbed914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Fix not setting the correct SDK ID and version when running the `sentry:test` command (#582) + ## 2.14.0 - Fix not listening to queue events because `QueueManager` is registered as `queue` in the container and not by it's class name (#568)