From 834b7373b915055e4bed6f434dc9f18b44b8f1c2 Mon Sep 17 00:00:00 2001
From: tyranron <tyranron@gmail.com>
Date: Tue, 10 Sep 2024 01:09:39 +0300
Subject: [PATCH] Mention `chrono-tz` crate upgrade in CHANGELOG (#1284)

---
 juniper/CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md
index 6234739d..19e43850 100644
--- a/juniper/CHANGELOG.md
+++ b/juniper/CHANGELOG.md
@@ -12,7 +12,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
 
 ### BC Breaks
 
-- Upgraded [`chrono-tz` crate] integration to [0.9 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.9.0). ([#1252])
+- Upgraded [`chrono-tz` crate] integration to [0.10 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0). ([#1252], [#1284])
 - Bumped up [MSRV] to 1.75. ([#1272])
 - Corrected compliance with newer [graphql-scalars.dev] specs: ([#1275], [#1277])
     - Switched `LocalDateTime` scalars to `yyyy-MM-ddTHH:mm:ss` format in types:
@@ -57,6 +57,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
 [#1278]: /../../pull/1278
 [#1279]: /../../pull/1279
 [#1281]: /../../pull/1281
+[#1284]: /../../pull/1284