diff --git a/CHANGELOG.md b/CHANGELOG.md index 0688199..603f555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Versions follow [Semantic Versioning](https://semver.org/>) (..). +## [0.0.11] - 2024-04-22 + ### Changed - Ignores local .env #3 diff --git a/pyproject.toml b/pyproject.toml index 53a6e48..fc97848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytest-iam" -version = "0.0.10" +version = "0.0.11" description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite" authors = ["Yaal Coop "] license = "MIT"