diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d5ce9b..6f41bb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
+
+## [2.5.2](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.5.2) (2024-07-17)
+
+### Bug Fixes
+
+* do not reuse Playwright session as this leaks memory ([0b4592f](https://www.github.com/mu88/ScreenshotCreator/commit/0b4592f3d14d1d346c65dfc27abbb77b69c19eba))
+
## [2.5.1](https://www.github.com/mu88/ScreenshotCreator/releases/tag/v2.5.1) (2024-07-15)
diff --git a/Directory.Build.props b/Directory.Build.props
index 2fa5515..1c0c108 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,7 +1,7 @@
net8.0
- 2.5.1
+ 2.5.2
true
true
enable