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 64fd7c3 commit 0fe6cc3Copy full SHA for 0fe6cc3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 6.1.0 / 2021-05-25
11
12
- Add support for Ruby 3.0 (3394252)
lib/indieweb/endpoints/version.rb
@@ -2,6 +2,6 @@
module IndieWeb
module Endpoints
- VERSION = '6.1.0'
+ VERSION = '7.0.0'
end
0 commit comments