Skip to content

Commit 4a9a67c

Browse files
committed
Update CHANGELOG and bump version
1 parent 946ff3d commit 4a9a67c

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+
## 8.0.0 / unreleased
4+
5+
- Refactor `ResponseHeadersParser#results_for` to use `Enumerable#filter_map` (946ff3d)
6+
- Update link-header-parser dependency constraint (4f093fb)
7+
- **Breaking change:** Update development Ruby to 2.7.6 and minimum Ruby to 2.7 (593455d)
8+
39
## 7.2.0 / 2022-10-04
410

511
- Add support for `indieauth-metadata` endpoint (35cc950)

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

0 commit comments

Comments
 (0)