diff --git a/CHANGES.md b/CHANGES.md index 758f829..c5eedc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.1.2 - 2025-01-27 + +- Initial GHA workflow. + # 0.1.1 - 2025-01-27 - The fixture returns a dataclass object instead of a tuple. diff --git a/pyproject.toml b/pyproject.toml index a1f8fac..54e7a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-scim2-server" -version = "0.1.1" +version = "0.1.2" description = " SCIM2 server fixture for Pytest " readme = "README.md" requires-python = ">=3.10"