Skip to content

Commit

Permalink
[rel] version bump to v0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Dec 17, 2023
1 parent 4e63cbe commit de813d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This is a high-level summary of the most important changes. For a full list of
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
and pick the appropriate release branch.

# Changes in 0.32

**Features and Improvements**:

- [#114](https://github.com/grindsa/acme2certifier/issues/114) `cert_validity_adjust` parameter in openssl_ca_handler.py to limi cartificate validity so that a certificate is never valid longer than any ca certificate in the certificate chain

# Changes in 0.31

**Features and Improvements**:
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| Version | Supported |
| ------- | ------------------ |
| 0.28.x | :white_check_mark: |
| 0.27.x | :white_check_mark: |
| < 0.27 | :x: |
| 0.32.x | :white_check_mark: |
| 0.31.x | :white_check_mark: |
| < 0.31 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion acme_srv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.31'
__version__ = '0.32'
__dbversion__ = '0.30'

0 comments on commit de813d1

Please sign in to comment.