From 0e029331d883a1ab41adbdcf6e19fbee7fcec207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Mon, 22 Apr 2024 18:26:37 +0200 Subject: [PATCH] chore: bump to 0.0.12 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"