diff --git a/CHANGELOG.md b/CHANGELOG.md index f33b055..9232720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # EasyWKS Changelog + +## Version 0.3.1 + +Feature release + +### Changes + + +- Implement standard and EasyWKS-specific policy flags +- **Deprecation**: The top level option `permit_unsigned_response` is deprecated + and will be removed in a future release. Use the per-domain policy flag + `me.s3lph.easywks_permit-unsigned-response` instead. + + + + ## Version 0.3.0 diff --git a/easywks/__init__.py b/easywks/__init__.py index aed0de4..81cfc8c 100644 --- a/easywks/__init__.py +++ b/easywks/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.3.0' +__version__ = '0.3.1'