diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae6519..7c884b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Versions follow [Semantic Versioning](https://semver.org/>) (..). -## Changed +## [0.0.12] - 2024-04-22 + +### Changed - Configuration is read from `.pytest-iam.env` - Configuration is read from enviroment vars prefixed by `PYTEST_IAM_` diff --git a/pyproject.toml b/pyproject.toml index 1cb56f1..c9a2e39 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.11" +version = "0.0.12" description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite" authors = ["Yaal Coop "] license = "MIT"