Skip to content

Commit d72fa4f

Browse files
committed
Update CHANGELOG and bump version
1 parent 268df1e commit d72fa4f

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
## v6.0.0 / 2022-05-13
3+
## 7.0.0 / 2022-11-09
4+
5+
- Refactor HTML and JSON parser classes (ec58206 and 6818c05)
6+
- Update indieweb-endpoints dependency constraint (4cd742f)
7+
- Relax nokogiri dependency constraint (e86f3bc)
8+
- **Breaking change:** Update development Ruby to 2.7.6 and minimum Ruby to 2.7 (5bee7dd)
9+
10+
## 6.0.0 / 2022-05-13
411

512
### New Features
613

@@ -32,17 +39,17 @@
3239
- Migrate test suite to RSpec (79ac684)
3340
- Migrate to GitHub Actions (f5a3d7a)
3441

35-
## v5.0.0 / 2020-12-13
42+
## 5.0.0 / 2020-12-13
3643

3744
- Update absolutely and indieweb-endpoints gems to v5.0 (89f4ea8)
3845

39-
## v4.0.0 / 2020-08-23
46+
## 4.0.0 / 2020-08-23
4047

4148
- **Breaking change:** Update minimum supported Ruby version to 2.5 (b2bc62f)
4249
- Update indieweb-endpoints to 4.0 (e61588f)
4350
- Update project Ruby version to 2.5.8 (2a626a6)
4451

45-
## v3.0.0 / 2020-05-19
52+
## 3.0.0 / 2020-05-19
4653

4754
- Reject "internal" URLs when sending webmentions (#24) (ccc82c8)
4855
- Select only HTTP/HTTPS URLs when sending webmentions (#22) (39e5852)

lib/webmention/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Webmention
4-
VERSION = '6.0.0'
4+
VERSION = '7.0.0'
55
end

0 commit comments

Comments
 (0)