Skip to content

Commit c7336be

Browse files
committed
Update CHANGELOG and bump version
1 parent 3394252 commit c7336be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 6.1.0 / 2021-05-25
4+
5+
- Add support for Ruby 3.0 (3394252)
6+
37
## 6.0.0 / 2021-05-25
48

59
- Refactor parsers (e22e0af)

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 = '6.0.0'.freeze
3+
VERSION = '6.1.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)