diff --git a/CHANGELOG.md b/CHANGELOG.md index f6cf9a3..eea3692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/luizfonseca/acme-v2/compare/v0.9.2...v0.9.3) (2024-10-19) + + +### Bug Fixes + +* use day padding:space or padding:none when parsing cert dates ([bfcf0b8](https://github.com/luizfonseca/acme-v2/commit/bfcf0b87c6c6d19cee423c370b350aedf381c47f)) + ## 0.9.2 (2024-06-23) diff --git a/Cargo.toml b/Cargo.toml index 823db59..5325944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Library for requesting certificates from an ACME V2 provider." license = "MIT" repository = "https://github.com/luizfonseca/acme-v2" readme = "README.md" -version = "0.9.2" +version = "0.9.3" authors = [ "Luiz Fonseca ", "Martin Algesten ",