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 aac8f57 commit cfe2722Copy full SHA for cfe2722
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## 7.1.0 / 2022-03-08
10
11
- Refactor gem code (eba8115)
lib/indieweb/endpoints/version.rb
@@ -2,6 +2,6 @@
module IndieWeb
module Endpoints
- VERSION = '7.1.0'
+ VERSION = '7.2.0'
end
0 commit comments