Skip to content

Commit

Permalink
bump to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed Jun 14, 2024
1 parent 3c0da04 commit 47ae437
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.18`

* Fix an issue public key encoding. `OpenSSL::BN` cause keys with leading zero to fail.

## `2.0.17`

* Fix bug where depending on call order `jws` get generated with the wrong `kid`
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.17'.freeze
VERSION = '2.0.18'.freeze
end
end

0 comments on commit 47ae437

Please sign in to comment.