CHANGELOG.md in inline_svg-1.3.0 vs CHANGELOG.md in inline_svg-1.3.1

- old
+ new

@@ -3,11 +3,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - Nothing -## [1.2.4] - 2017-10-30 +## [1.3.1] - 2017-12-14 +### Fixed +- Allow Ruby < 2.1 to work with `CachedAssetFile` + [#80](https://github.com/jamesmartin/inline_svg/pull/80) + +## [1.3.0] - 2017-10-30 ### Added - Aria hidden attribute [#78](https://github.com/jamesmartin/inline_svg/pull/78) and [#79](https://github.com/jamesmartin/inline_svg/pull/79) - In-line CSS style attribute @@ -182,11 +187,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/v1.2.4...HEAD -[1.2.4]: https://github.com/jamesmartin/inline_svg/compare/v1.2.3...v1.2.4 +[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/jamesmartin/inline_svg/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/jamesmartin/inline_svg/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/jamesmartin/inline_svg/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/jamesmartin/inline_svg/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/jamesmartin/inline_svg/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/jamesmartin/inline_svg/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/jamesmartin/inline_svg/compare/v1.0.1...v1.1.0