README.md in epubinfo-0.4.0 vs README.md in epubinfo-0.4.1

- old
+ new

@@ -1,7 +1,6 @@ -# epubinfo [![Continuous Integration](https://secure.travis-ci.org/chdorner/epubinfo.png?branch=master)](http://travis-ci.org/chdorner/epubinfo) [![Dependencies](https://gemnasium.com/chdorner/epubinfo.png)](http://gemnasium.com/chdorner/epubinfo) - +# epubinfo [![Continuous Integration](https://secure.travis-ci.org/chdorner/epubinfo.png?branch=master)](http://travis-ci.org/chdorner/epubinfo) Extracts metadata information from EPUB files. Supports EPUB2 and EPUB3 formats. ## Usage ```ruby @@ -10,9 +9,14 @@ ``` Which returns a `EPUBInfo::Models::Book` instance, please refer to the [API documentation](http://rubydoc.info/gems/epubinfo/frames) from here on ## Changelog + +**0.4.1** *February 15, 2013* + +* Added Book#version to get EPUB version of the file +* Added support for modified_date in Book#dates **0.4.0** *July 31, 2012* * Added Book#cover method for extracting covers from epubs