Skip to content

Commit

Permalink
bump to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed Feb 13, 2024
1 parent cf5c75d commit 51b5811
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.17`

* Fix bug where depending on call order `jws` get generated with the wrong `kid`

## `2.0.16`

* Refactor Directory
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.16'.freeze
VERSION = '2.0.17'.freeze
end
end

0 comments on commit 51b5811

Please sign in to comment.