Skip to content

Commit

Permalink
chore: bump to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Apr 22, 2024
1 parent c5b0ee8 commit 0e02933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/>) (<major>.<minor>.<patch>).

## 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_`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <contact@yaal.coop>"]
license = "MIT"
Expand Down

0 comments on commit 0e02933

Please sign in to comment.