We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea38e5 commit 6b237f1Copy full SHA for 6b237f1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 7.1.0 / 2022-03-08
4
+
5
+- Refactor gem code (eba8115)
6
+- Refactor specs (5b92119)
7
+- Rescue from `OpenSSL::SSL::SSLError` (4ea38e5)
8
9
## 7.0.0 / 2022-01-06
10
11
- Update runtime dependency versions (5c9430f)
lib/indieweb/endpoints/version.rb
@@ -2,6 +2,6 @@
module IndieWeb
module Endpoints
- VERSION = '7.0.0'
+ VERSION = '7.1.0'
end
0 commit comments