CHANGES.md in rails-auth-2.0.1 vs CHANGES.md in rails-auth-2.0.2

- old
+ new

@@ -1,4 +1,11 @@ +### 2.0.2 (2016-07-19) + +* [#37](https://github.com/square/rails-auth/pull/37) + Forward #each on Rails::Auth::Credentials and make + it Enumerable. + ([@tarcieri]) + ### 2.0.1 (2016-07-16) * [#36](https://github.com/square/rails-auth/pull/36) Extract Rack environment manipulation into the Rails::Auth::Env class.