Skip to content

Commit

Permalink
Prepare version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Aug 5, 2019
1 parent bf6adff commit df0c946
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
## 1.1.0

* Add `safe_list_sanitizer` and deprecate `white_list_sanitizer` to be removed
in 1.2.0. https://github.com/rails/rails-html-sanitizer/pull/87

*Juanito Fatas*

* Remove `href` from LinkScrubber's `tags` as it's not an element.
https://github.com/rails/rails-html-sanitizer/pull/92

*Juanito Fatas*

* Explain that we don't need to bump Loofah here if there's CVEs.
https://github.com/rails/rails-html-sanitizer/commit/d4d823c617fdd0064956047f7fbf23fff305a69b

*Kasper Timm Hansen*

## 1.0.1

* Added support for Rails 4.2.0.beta2 and above
Expand Down
2 changes: 1 addition & 1 deletion lib/rails/html/sanitizer/version.rb
@@ -1,7 +1,7 @@
module Rails
module Html
class Sanitizer
VERSION = "1.0.4"
VERSION = "1.1.0"
end
end
end

0 comments on commit df0c946

Please sign in to comment.