Skip to content

Commit 17ae73a

Browse files
authored
Merge pull request #123 from jamesmartin/172
Bump version for 1.7.2
2 parents 23dcb64 + 9bed179 commit 17ae73a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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

lib/inline_svg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InlineSvg
2-
VERSION = "1.7.1"
2+
VERSION = "1.7.2"
33
end

0 commit comments

Comments
 (0)