Skip to content

Commit

Permalink
Merge pull request #123 from jamesmartin/172
Browse files Browse the repository at this point in the history
Bump version for 1.7.2
  • Loading branch information
jamesmartin committed Dec 7, 2020
2 parents 23dcb64 + 9bed179 commit 17ae73a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [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).
Expand Down Expand Up @@ -235,7 +239,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
### 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
Expand Down
2 changes: 1 addition & 1 deletion lib/inline_svg/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InlineSvg
VERSION = "1.7.1"
VERSION = "1.7.2"
end

0 comments on commit 17ae73a

Please sign in to comment.