We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946ff3d commit 4a9a67cCopy full SHA for 4a9a67c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 7.2.0 / 2022-10-04
10
11
- Add support for `indieauth-metadata` endpoint (35cc950)
lib/indieweb/endpoints/version.rb
@@ -2,6 +2,6 @@
module IndieWeb
module Endpoints
- VERSION = '7.2.0'
+ VERSION = '8.0.0'
end
0 commit comments