Merge branch 'master' into master
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85af619..23c1f06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,14 +7,15 @@
 
 ## Unreleased
 
-## [1.1.0] - 2023-08-28
-
 ### SECURITY
  - python: added `Decompressor::can_accept_more_data` method and optional
            `max_output_length` argument `Decompressor::process`;
            that allows mitigation of unexpextedely large output;
            reported by Charles Chan (https://github.com/charleswhchan)
 
+
+## [1.1.0] - 2023-08-28
+
 ### Added
  - decoder: `BrotliDecoderAttachDictionary`
  - decoder: `BrotliDecoderOnFinish` callback behind `BROTLI_REPORTING`