README.md in motion-juxtapose-0.1.0 vs README.md in motion-juxtapose-0.1.1
- old
+ new
@@ -74,9 +74,27 @@
Juxtapose comes with a small webapp that you can use to view your screenshot specs, see diffs between accepted and failing specs and accept any changed images that are expected changes.
To start it, run `bundle exec juxtapose` in the root of your project and browse to localhost:4567.
+## Release Notes
+
+#### v.0.1.1
+
+* Raise error if screenshot sizes don't match ([@mdenomy](http://github.com/mdenomy))
+* Bug fix: Differentiate image status by filename, not full path. Fixes #8.
+
+#### v.0.1.0
+
+* Initial release.
+
+## Contributors
+
+* [Joe Lind](http://github.com/joelind)
+* [Thomas Mayfield](http://github.com/thegreatape )
+* [Jeffrey Chupp](http://github.com/semanticart)
+* [Michael Denomy](http://github.com/mdenomy)
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)