Skip to content

Commit cfe2722

Browse files
committed
Update CHANGELOG and bump version
1 parent aac8f57 commit cfe2722

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.2.0 / 2022-10-04
4+
5+
- Add support for `indieauth-metadata` endpoint (35cc950)
6+
- Switch from pry-byebug to Ruby's debug gem (7ad8925)
7+
- Update development Ruby version to 2.6.10 (f105752)
8+
39
## 7.1.0 / 2022-03-08
410

511
- Refactor gem code (eba8115)

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.1.0'
5+
VERSION = '7.2.0'
66
end
77
end

0 commit comments

Comments
 (0)