Skip to content

Commit

Permalink
docs: update CHANGELOG for 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu authored and djc committed Jan 26, 2024
1 parent 793122b commit 26bddc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rcgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

# Changes

## Release 0.12.1 - January 25th, 2024

- RFC 5280 specifies that a serial number must not be larger than 20 octets in
length. Prior to this release an unintended interaction between rcgen and its
underlying DER encoding library could result in 21 octet serials. This has now
been fixed.
- A regression that caused build errors when the optional `pem` feature was
omitted has been fixed.

## Release 0.12.0 - December 16, 2023

- Rename `RcgenError` to `Error`. Contributed by [thomaseizinger](https://github.com/thomaseizinger).
Expand Down

0 comments on commit 26bddc3

Please sign in to comment.