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

+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

lib/inline_svg/version.rb

+1-1
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)