We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43b4cd commit 01771ffCopy full SHA for 01771ff
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## `2.0.31`
2
+
3
+* Expose Retry-After header on all
4
+* ARI improvement
5
+* Expose full error message on Error#acme_error_body
6
+* Expose error subproblems (RFC7807) on Error#subproblems
7
8
## `2.0.30`
9
10
* Add a default message to RateLimited error
lib/acme/client/version.rb
@@ -2,6 +2,6 @@
module Acme
class Client
- VERSION = '2.0.30'.freeze
+ VERSION = '2.0.31'.freeze
end
0 commit comments