diff --git a/CHANGELOG.md b/CHANGELOG.md
index a01daa3..cb8c235 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+
+### v3.0.2 - 2023-09-12
+- replace macros now accept a mut closure as replacer - Fix #27
+
### v3.0.1 - 2023-07-28
- syn dependency updated to 2.0
diff --git a/Cargo.toml b/Cargo.toml
index b010000..603b508 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lazy-regex"
-version = "3.0.1"
+version = "3.0.2"
authors = ["Canop "]
edition = "2021"
description = "lazy static regular expressions checked at compile time"