Skip to content

Commit

Permalink
bump to 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed Sep 30, 2024
1 parent 249b73c commit 312a289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## `2.0.19`

* Fix an issue CSR generation. Version should be set to zero according to the spec. It's causing issue with some ACME server implementation.

## `2.0.18`

* Fix an issue public key encoding. `OpenSSL::BN` cause keys with leading zero to fail.
Expand Down
2 changes: 1 addition & 1 deletion lib/acme/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Acme
class Client
VERSION = '2.0.18'.freeze
VERSION = '2.0.19'.freeze
end
end

0 comments on commit 312a289

Please sign in to comment.