Skip to content

Commit 1186bda

Browse files
committed
Update CHANNGELOG and bump version
1 parent af21983 commit 1186bda

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 5.0.0 / 2020-11-11
412

513
- Update absolutely and link-header-parser dependencies (064696e)

lib/indieweb/endpoints/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module IndieWeb
22
module Endpoints
3-
VERSION = '5.0.0'.freeze
3+
VERSION = '6.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)