CHANGELOG.md in inline_svg-0.4.0 vs CHANGELOG.md in inline_svg-0.5.0

- old
+ new

@@ -3,10 +3,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] Nothing. +## [0.5.0] - 2015-03-29 +### Added +- A new option: `id` adds an id attribute to the SVG. +- A new option: `data` adds data attributes to the SVG. + +### Changed +- New options: `height` and `width` override `size` and can be set independently. + ## [0.4.0] - 2015-03-22 ### Added - A new option: `size` adds width and height attributes to an SVG. Thanks, @2metres. ### Changed @@ -31,10 +39,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.4.0...HEAD +[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/jamesmartin/inline_svg/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/jamesmartin/inline_svg/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/jamesmartin/inline_svg/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/jamesmartin/inline_svg/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/jamesmartin/inline_svg/compare/v0.0.1...v0.1.0