Skip to content

Commit f86ef67

Browse files
committed
Release v2.4.2
1 parent 3518bbb commit f86ef67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.4.2
4+
5+
* Make EmojiFilter generated img tag HTML attributes configurable [#258](https://github.com/jch/html-pipeline/pull/258)
6+
37
## 2.4.1
48

59
* Regression in EmailReplyPipeline: unfiltered content is being ommitted [#253](https://github.com/jch/html-pipeline/pull/253)

lib/html/pipeline/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTML
22
class Pipeline
3-
VERSION = "2.4.1"
3+
VERSION = "2.4.2"
44
end
55
end

0 commit comments

Comments
 (0)