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.
2 parents bd7af4a + ec76ecd commit 244dbf3Copy full SHA for 244dbf3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.4.0
4
+
5
+* Optionally filter email addresses [#247](https://github.com/jch/html-pipeline/pull/247)
6
7
## 2.3.0
8
9
* Add option to pass in an anchor icon, instead of using octicons [#244](https://github.com/jch/html-pipeline/pull/244)
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "2.3.0"
+ VERSION = "2.4.0"
end
0 commit comments