Skip to content

Commit eca7742

Browse files
author
Simeon F. Willbanks
committed
Version bump and CHANGELOG updates [ci skip]
1 parent 16ef9e0 commit eca7742

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.8.0
4+
5+
* Add custom path support for EmojiFilter #122 bradly
6+
* Reorganize README and add table of contents #118 simeonwillbanks
7+
38
## 1.7.0
49

510
* SanitizationFilter whitelists <s> and <strike> elements #120 charliesome

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 = "1.7.0"
3+
VERSION = "1.8.0"
44
end
55
end

0 commit comments

Comments
 (0)