CHANGELOG.md in inline_svg-0.12.0 vs CHANGELOG.md in inline_svg-0.12.1
- old
+ new
@@ -1,10 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+- Nothing
+
+## [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):
+ [#59](https://github.com/jamesmartin/inline_svg/issues/59)
+
+## [0.12.0] - 2017-03-16
+### Added
- Relax dependency on `ActiveSupport` to allow Rails 3 applications to use the
gem: [#54](https://github.com/jamesmartin/inline_svg/issues/54)
## [0.11.1] - 2016-11-22
### Fixed
@@ -82,11 +93,11 @@
### Fixed
- Support Sprockets v2 and v3 (Sprockets::Asset no longer to_s to a filename)
## [0.5.1] - 2015-03-30
### Warning
-*** This version is NOT comaptible with Sprockets >= 3.***
+** This version is NOT comaptible with Sprockets >= 3. **
### Fixed
- Support for ActiveSupport (and hence, Rails) 4.2.x. Thanks, @jmarceli.
## [0.5.0] - 2015-03-29
@@ -123,10 +134,12 @@
## 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.11.1...HEAD
+[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.12.1...HEAD
+[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
[0.9.1]: https://github.com/jamesmartin/inline_svg/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/jamesmartin/inline_svg/compare/v0.8.0...v0.9.0