Skip to content

Commit

Permalink
Release 4.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Sep 30, 2016
1 parent 61f9140 commit c2343fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Sanitize History

## 4.4.0 (2016-09-29)

* Added `srcset` to the attribute whitelist for `img` elements in the relaxed
config. [@ejtttje - #156][156]

[156]:https://github.com/rgrove/sanitize/pull/156


## 4.3.0 (2016-09-20)

* Methods can now be used as transformers. [@Skipants - #155][155]
Expand Down
2 changes: 1 addition & 1 deletion lib/sanitize/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

class Sanitize
VERSION = '4.3.0'
VERSION = '4.4.0'
end

0 comments on commit c2343fd

Please sign in to comment.