We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af21983 commit 1186bdaCopy full SHA for 1186bda
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 6.0.0 / 2021-05-25
4
+
5
+- Refactor parsers (e22e0af)
6
+- Simplify exception handling (65361ee)
7
+- Update http dependency to 5.0 (44f2d23)
8
+- **Breaking change:** Favor Addressable::URI.join over Absolutely (0bc5049)
9
+- Update development Ruby version to 2.5.9 (3439cce)
10
11
## 5.0.0 / 2020-11-11
12
13
- Update absolutely and link-header-parser dependencies (064696e)
lib/indieweb/endpoints/version.rb
@@ -1,5 +1,5 @@
module IndieWeb
module Endpoints
- VERSION = '5.0.0'.freeze
+ VERSION = '6.0.0'.freeze
end
0 commit comments