diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6c4b9..30f7ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.3...HEAD) +## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.4...HEAD) + +## [2.3.4](https://github.com/alexdlaird/hookee/compare/2.3.3...2.3.4) - 2024-03-24 +### Added +- Build and stability improvements. ## [2.3.3](https://github.com/alexdlaird/hookee/compare/2.3.2...2.3.3) - 2024-03-05 ### Added diff --git a/hookee/__init__.py b/hookee/__init__.py index 649aae1..09808b0 100644 --- a/hookee/__init__.py +++ b/hookee/__init__.py @@ -1,5 +1,5 @@ __copyright__ = "Copyright (c) 2020-2024 Alex Laird" __license__ = "MIT" -__version__ = "2.3.3" +__version__ = "2.3.4" from hookee.hookeemanager import HookeeManager # noqa: F401