Skip to content

Commit 09f767f

Browse files
committed
Release v1.0.4
1 parent 691a224 commit 09f767f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.0.4 - 2016.04.16
6+
57
- Replace `<br>` to newline via `replace_br` option in context hash [#7](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/7) by @allenwq
68

79
## 1.0.3 - 2016.02.10

lib/html/pipeline/rouge_filter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# and we don't want to define it here inadvertently
33
module HTML_Pipeline
44
class RougeFilter
5-
VERSION = "1.0.3"
5+
VERSION = "1.0.4"
66
end
77
end

0 commit comments

Comments
 (0)