diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1eeef..92d1c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/artisanofcode/python-banshee/compare/v0.1.0...v0.1.1) (2023-11-23) + + +### Bug Fixes + +* allow multiple uses of injector module in a single python process ([#84](https://github.com/artisanofcode/python-banshee/issues/84)) ([759995d](https://github.com/artisanofcode/python-banshee/commit/759995d1af830393662b6076eea4f81296c5f8ff)) + ## [0.1.0](https://github.com/artisanofcode/python-banshee/compare/v0.0.0-b1...v0.1.0) (2023-03-20) diff --git a/pyproject.toml b/pyproject.toml index f42f6d9..072fcd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "banshee" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Your Name "] readme = "README.md"