CHANGES.md in rails-auth-0.5.3 vs CHANGES.md in rails-auth-1.0.0
- old
+ new
@@ -1,4 +1,8 @@
+### 1.0.0 (2016-05-03)
+
+* Initial 1.0 release!
+
### 0.5.3 (2016-04-28)
* [#22](https://github.com/square/rails-auth/pull/22)
Use explicit HTTP_METHODS whitelist when 'ALL' method is used.
([@tarcieri])