Skip to content

Commit

Permalink
v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtwallace committed Aug 20, 2023
1 parent 3d732b3 commit 9982f5a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# LeGo CertHub Changelog

## [v0.12.6] - 2023-08-20

Releasing solely to fix importing of private keys via the frontend UI.
There are other minor changes but they are so minor they probably aren't
relevant to users.

### Added
N/A

### Changed
- Generic-ify SafeMap (minor code clean improvements).
- Minor update to handling of empty acme time in Order object NotBefore
and NotAfter fields.
- Verify session is still valid before refreshing a session. This was
already being done, but made it more explicit.

### Fixed
- Fix private key import via frontend UI.

### Removed
N/A


## [v0.12.5] - 2023-08-11

This release adds shutdown and restart functions. Otherwise, it mainly
Expand Down

0 comments on commit 9982f5a

Please sign in to comment.