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 3394252 commit c7336beCopy full SHA for c7336be
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 6.1.0 / 2021-05-25
4
+
5
+- Add support for Ruby 3.0 (3394252)
6
7
## 6.0.0 / 2021-05-25
8
9
- Refactor parsers (e22e0af)
lib/indieweb/endpoints/version.rb
@@ -1,5 +1,5 @@
module IndieWeb
module Endpoints
- VERSION = '6.0.0'.freeze
+ VERSION = '6.1.0'.freeze
end
0 commit comments