CHANGES.md in rails-auth-2.2.2 vs CHANGES.md in rails-auth-3.0.0
- old
+ new
@@ -1,4 +1,16 @@
+### 3.0.0 (2020-08-10)
+
+* [#68](https://github.com/square/rails-auth/pull/68)
+ Remove `ca_file` and `require_cert` options to the config builder as we no
+ longer verify the certificate chain.
+ ([@drcapulet])
+
+* [#67](https://github.com/square/rails-auth/pull/67)
+ Remove `ca_file`, `require_cert`, and `truststore` options to X509 middleware
+ as we no longer verify the certificate chain.
+ ([@drcapulet])
+
### 2.2.2 (2020-07-02)
* [#65](https://github.com/square/rails-auth/pull/65)
Fix error when passing `truststore` instead of `ca_file` to X509 middleware.
([@drcapulet])