Skip to content

Commit 01771ff

Browse files
committed
bump to 2.0.31
1 parent f43b4cd commit 01771ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## `2.0.30`
29

310
* Add a default message to RateLimited error

lib/acme/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Acme
44
class Client
5-
VERSION = '2.0.30'.freeze
5+
VERSION = '2.0.31'.freeze
66
end
77
end

0 commit comments

Comments
 (0)