Skip to content

Commit f6a7bbd

Browse files
committed
Merge pull request gjtorikian#97 from jch/bump-1.2.0
Bump version 1.2.0
2 parents 444b89c + dd652a4 commit f6a7bbd

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+
## 1.2.0
4+
5+
* CamoFilter now camos https images. #96 josh
6+
37
## 1.1.0
48

59
* escape emoji filenames in urls #92 jayroh

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.1.0"
3+
VERSION = "1.2.0"
44
end
55
end

0 commit comments

Comments
 (0)