CHANGES.md in rails-auth-1.1.0 vs CHANGES.md in rails-auth-1.2.0
- old
+ new
@@ -1,4 +1,14 @@
+### 1.2.0 (2016-07-11)
+
+* [#28](https://github.com/square/rails-auth/pull/28)
+ Add a attr_reader for Rails::Auth::ACL#resources.
+ ([@tarcieri])
+
+* [#27](https://github.com/square/rails-auth/pull/27)
+ Handle javax.servlet.request.X509Certificate arrays.
+ ([@tarcieri])
+
### 1.1.0 (2016-06-23)
* [#26](https://github.com/square/rails-auth/pull/26)
Make add_credential idempotent.
([@ewr])