Skip to content

Commit

Permalink
bump to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
unixcharles committed Jan 16, 2024
1 parent aefbd95 commit 0688d56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## `2.0.16`

* Refactor Directory
* Fix an issue where the client would crash when ACME provider return nonce for directory endpoint

## `2.0.15`

* Also pass connection_options to Faraday for Client#get_nonce
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.15'.freeze
VERSION = '2.0.16'.freeze
end
end

0 comments on commit 0688d56

Please sign in to comment.