We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e932c commit 22cd734Copy full SHA for 22cd734
CHANGELOG.md
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
17
-------------------------------------------------------------------
18
## [Unreleased]
19
+
20
+## [2.3.0] 2024-05-27
21
## Fixed
22
- Fixed a bug where verbose logging was not lowering the log level correctly
23
pynonymizer/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "2.2.1"
+__version__ = "2.3.0"
2
3
from pynonymizer.pynonymize import pynonymize as run
0 commit comments