Skip to content

Commit 0fe6cc3

Browse files
committed
Bump version to v7.0.0
1 parent 64fd7c3 commit 0fe6cc3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 7.0.0 / 2022-01-06
4+
5+
- Update runtime dependency versions (5c9430f)
6+
- **Breaking change:** Update development Ruby version to 2.6.9 and minimum Ruby version to 2.6 (ed17ab1 and 7e4a621)
7+
- Migrate to GitHub Actions from Travis CI (c019756)
8+
- Add `rubygems_mfa_required` to gemspec metadata (1f0a40f)
9+
310
## 6.1.0 / 2021-05-25
411

512
- Add support for Ruby 3.0 (3394252)

lib/indieweb/endpoints/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module IndieWeb
44
module Endpoints
5-
VERSION = '6.1.0'
5+
VERSION = '7.0.0'
66
end
77
end

0 commit comments

Comments
 (0)