Skip to content

Commit

Permalink
[rel] bump to v0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Jun 19, 2023
1 parent e7211b9 commit e6209c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.28

**Features and Improvements**:

- input validation in django deployments
- return account status when querying the account endpoint or sending a request to `new-account` with empty payload
- merge codescanning workflows into a single file

**Bugfixes**:

- [#111](https://github.com/grindsa/acme2certifier/issues/111) - Nonce handling in error responses
- [#112](https://github.com/grindsa/acme2certifier/issues/112) - Keyrollover in Posh-ACME

# Changes in 0.27

**Features and Improvements**:
Expand Down
4 changes: 2 additions & 2 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.26.x | :white_check_mark: |
| < 0.26 | :x: |
| < 0.27 | :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.27'
__version__ = '0.28'
__dbversion__ = '0.23.2'

0 comments on commit e6209c1

Please sign in to comment.