Skip to content

Commit 9bed179

Browse files
committed
Know what's changed in 1.7.2
1 parent 325a456 commit 9bed179

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
- Nothing
8+
9+
## [1.7.2] - 2020-12-07
610
### Fixed
711
- Improve performance of `CachedAssetFile`. [#118](https://github.com/jamesmartin/inline_svg/pull/118). Thanks [@stevendaniels](https://github.com/stevendaniels)
812
- Avoid XSS by preventing malicious input of filenames. [#117](https://github.com/jamesmartin/inline_svg/pull/117). Thanks [@pbyrne](https://github.com/pbyrne).
@@ -235,7 +239,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
235239
### Added
236240
- Basic Railtie and view helper to inline SVG documents to Rails views.
237241

238-
[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...HEAD
242+
[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...HEAD
243+
[1.7.2]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...v1.7.2
239244
[1.7.1]: https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1
240245
[1.7.0]: https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0
241246
[1.6.0]: https://github.com/jamesmartin/inline_svg/compare/v1.5.2...v1.6.0

0 commit comments

Comments
 (0)