CHANGELOG.md in inline_svg-1.7.1 vs CHANGELOG.md in inline_svg-1.7.2
- old
+ new
@@ -4,10 +4,15 @@
## [Unreleased][unreleased]
- Nothing
+## [1.7.2] - 2020-12-07
+### Fixed
+- Improve performance of `CachedAssetFile`. [#118](https://github.com/jamesmartin/inline_svg/pull/118). Thanks [@stevendaniels](https://github.com/stevendaniels)
+- Avoid XSS by preventing malicious input of filenames. [#117](https://github.com/jamesmartin/inline_svg/pull/117). Thanks [@pbyrne](https://github.com/pbyrne).
+
## [1.7.1] - 2020-03-17
### Fixed
- Static Asset Finder uses pathname for compatibility with Sprockets 4+. [#106](https://github.com/jamesmartin/inline_svg/pull/106). Thanks [@subdigital](https://github.com/subdigital)
## [1.7.0] - 2020-02-13
@@ -232,10 +237,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/v1.7.1...HEAD
+[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...HEAD
+[1.7.2]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/jamesmartin/inline_svg/compare/v1.5.2...v1.6.0
[1.5.2]: https://github.com/jamesmartin/inline_svg/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/jamesmartin/inline_svg/compare/v1.5.0...v1.5.1