diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8f4f02..3ac96406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG +## v0.25.1 (2024-11-04) + +### Bug Fixes + +* fix(deps): update dependency sentry-sdk to v2.18.0 ([`483feb4`](https://github.com/MartinBernstorff/Memium/commit/483feb4cf274a2e787e20f8292af2621f67d1a16)) + + ## v0.25.0 (2024-11-01) ### Features diff --git a/pyproject.toml b/pyproject.toml index 39934c9d..5b4769d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "memium" -version = "0.25.0" +version = "0.25.1" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "Memium" classifiers = ["Programming Language :: Python :: 3.11"]