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

- old
+ new

@@ -1,4 +1,14 @@ +### 2.0.3 (2016-07-20) + +* [#39](https://github.com/square/rails-auth/pull/39) + Make credentials idempotent. + ([@tarcieri]) + +* [#38](https://github.com/square/rails-auth/pull/38) + Monitor callback must respond to :call. + ([@tarcieri]) + ### 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.