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 b7f22bf commit 2e31137Copy full SHA for 2e31137
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.4.1
4
+
5
+* Regression in EmailReplyPipeline: unfiltered content is being ommitted [#253](https://github.com/jch/html-pipeline/pull/253)
6
7
## 2.4.0
8
9
* Optionally filter email addresses [#247](https://github.com/jch/html-pipeline/pull/247)
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "2.4.0"
+ VERSION = "2.4.1"
end
0 commit comments