CHANGELOG.md in inline_svg-0.11.0 vs CHANGELOG.md in inline_svg-0.11.1

- old
+ new

@@ -3,10 +3,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - Nothing +## [0.11.1] - 2016-11-22 +### Fixed +- Dasherize data attribute names: + [#51](https://github.com/jamesmartin/inline_svg/issues/51) +- Prevent ID collisions between `desc` and `title` attrs: + [#52](https://github.com/jamesmartin/inline_svg/pull/52) + ## [0.11.0] - 2016-07-24 ### Added - Priority ordering for transformations ### Fixed @@ -115,10 +122,11 @@ ## 0.0.1 - 2014-11-24 ### Added - Basic Railtie and view helper to inline SVG documents to Rails views. -[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.11.0...HEAD +[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/jamesmartin/inline_svg/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/jamesmartin/inline_svg/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/jamesmartin/inline_svg/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/jamesmartin/inline_svg/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/jamesmartin/inline_svg/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/jamesmartin/inline_svg/compare/v0.7.0...v0.8.0