File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased] [ unreleased ]
6
+
7
+ - Nothing
8
+
9
+ ## [ 1.7.2] - 2020-12-07
6
10
### Fixed
7
11
- Improve performance of ` CachedAssetFile ` . [ #118 ] ( https://github.com/jamesmartin/inline_svg/pull/118 ) . Thanks [ @stevendaniels ] ( https://github.com/stevendaniels )
8
12
- 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
235
239
### Added
236
240
- Basic Railtie and view helper to inline SVG documents to Rails views.
237
241
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
239
244
[ 1.7.1 ] : https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1
240
245
[ 1.7.0 ] : https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0
241
246
[ 1.6.0 ] : https://github.com/jamesmartin/inline_svg/compare/v1.5.2...v1.6.0
Original file line number Diff line number Diff line change 1
1
module InlineSvg
2
- VERSION = "1.7.1 "
2
+ VERSION = "1.7.2 "
3
3
end
You can’t perform that action at this time.
0 commit comments