diff --git a/changelog.md b/changelog.md index 8914d79..88770e9 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.1] 29-01-2016 + +- Fixed a conflict with style icon name and MaterialIcon style method [#8](https://github.com/Angelmmiguel/material_icons/issues/8) + ## [2.0.0] 20-11-2015 - Update Material Design icon font to 2.1 version (Thanks [@matthieua](https://github.com/matthieua)) @@ -29,4 +33,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Created CSS stylesheets to use ligatures or unicode - Added Google Material Icons fonts version 2.0.0 -- First commit, this will be awesome :) \ No newline at end of file +- First commit, this will be awesome :) diff --git a/lib/material_icons/version.rb b/lib/material_icons/version.rb index 5334e7a..50f4990 100644 --- a/lib/material_icons/version.rb +++ b/lib/material_icons/version.rb @@ -4,5 +4,5 @@ module MaterialIcons # Version for the library and the gem MATERIAL_ICONS_VERSION = '2.1.0' - VERSION = '2.0.0' + VERSION = '2.0.1' end