CHANGELOG.md in inline_svg-0.12.1 vs CHANGELOG.md in inline_svg-1.0.0
- old
+ new
@@ -3,10 +3,14 @@
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
- Nothing
+## [1.0.0] - 2017-04-7
+### Added
+- Remove dependency on `Loofah` while maintaining basic `nocomment` transform
+
## [0.12.1] - 2017-03-24
### Added
- Relax dependency on `Nokogiri` to allow users to upgrade to v1.7x, preventing
exposure to
[CVE-2016-4658](https://github.com/sparklemotion/nokogiri/issues/1615):
@@ -134,10 +138,11 @@
## 0.0.1 - 2014-11-24
### Added
- Basic Railtie and view helper to inline SVG documents to Rails views.
-[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.12.1...HEAD
+[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.0.0...HEAD
+[1.0.0]: https://github.com/jamesmartin/inline_svg/compare/v0.12.1...v1.0.0
[0.12.1]: https://github.com/jamesmartin/inline_svg/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/jamesmartin/inline_svg/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/jamesmartin/inline_svg/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/jamesmartin/inline_svg/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/jamesmartin/inline_svg/compare/v0.9.1...v0.10.0