Release v0.3.1

This commit is contained in:
s3lph 2023-01-31 21:01:52 +01:00
parent 41de3b5704
commit 360303d72f
2 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,21 @@
# EasyWKS Changelog # EasyWKS Changelog
<!-- BEGIN RELEASE v0.3.1 -->
## Version 0.3.1
Feature release
### Changes
<!-- BEGIN CHANGES 0.3.1 -->
- 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.
<!-- END CHANGES 0.3.1 -->
<!-- END RELEASE v0.3.1 -->
<!-- BEGIN RELEASE v0.3.0 --> <!-- BEGIN RELEASE v0.3.0 -->
## Version 0.3.0 ## Version 0.3.0

View file

@ -1,2 +1,2 @@
__version__ = '0.3.0' __version__ = '0.3.1'