From 3fe87e998e954779049b5bb86dd6c63a1c866589 Mon Sep 17 00:00:00 2001
From: Chris <4961925+Pr0methean@users.noreply.github.com>
Date: Mon, 6 May 2024 08:20:05 +0000
Subject: [PATCH] chore: release

Signed-off-by: Chris <4961925+Pr0methean@users.noreply.github.com>
---
 CHANGELOG.md | 14 ++++++++++++++
 Cargo.toml   |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8bc2951..1748f093 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
 # Changelog
 
+## [1.2.0](https://github.com/zip-rs/zip2/compare/v1.1.4...v1.2.0) - 2024-05-06
+
+### <!-- 0 -->🚀 Features
+- Add method `decompressed_size()` so non-recursive ZIP bombs can be detected
+
+### <!-- 2 -->🚜 Refactor
+- Make `ZipWriter::finish()` consume the `ZipWriter`
+
+### <!-- 7 -->⚙️ Miscellaneous Tasks
+- Use panic! rather than abort to ensure the fuzz harness can process the failure
+- Update fuzz_write to use replace_with
+- Remove a drop that can no longer be explicit
+- Add `#![allow(unexpected_cfgs)]` in nightly
+
 ## [1.1.4](https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4) - 2024-05-04
 
 ### <!-- 1 -->🐛 Bug Fixes
diff --git a/Cargo.toml b/Cargo.toml
index 80d8ce66..35131ece 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "zip"
-version = "1.1.4"
+version = "1.2.0"
 authors = [
     "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
     "Marli Frost <marli@frost.red>",