Skip to content

Commit 6b237f1

Browse files
committed
Bump version and update CHANGELOG
1 parent 4ea38e5 commit 6b237f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 7.0.0 / 2022-01-06
410

511
- Update runtime dependency versions (5c9430f)

lib/indieweb/endpoints/version.rb

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

33
module IndieWeb
44
module Endpoints
5-
VERSION = '7.0.0'
5+
VERSION = '7.1.0'
66
end
77
end

0 commit comments

Comments
 (0)