Skip to content

Commit 6cec453

Browse files
committed
Merge pull request #255 from jch/release-2.4.1
Bump gem to 2.4.1
2 parents b7f22bf + 2e31137 commit 6cec453

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+
## 2.4.1
4+
5+
* Regression in EmailReplyPipeline: unfiltered content is being ommitted [#253](https://github.com/jch/html-pipeline/pull/253)
6+
37
## 2.4.0
48

59
* Optionally filter email addresses [#247](https://github.com/jch/html-pipeline/pull/247)

lib/html/pipeline/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTML
22
class Pipeline
3-
VERSION = "2.4.0"
3+
VERSION = "2.4.1"
44
end
55
end

0 commit comments

Comments
 (0)