CHANGES.md in rails-auth-0.3.0 vs CHANGES.md in rails-auth-0.4.0
- old
+ new
@@ -1,4 +1,14 @@
+### 0.4.0 (2016-03-14)
+
+* [#14](https://github.com/square/rails-auth/pull/14)
+ Support for optionally matching hostnames in ACL resources.
+ ([@tarcieri])
+
+* [#13](https://github.com/square/rails-auth/pull/13)
+ Add #attributes method to matchers and X.509 certs.
+ ([@tarcieri])
+
### 0.3.0 (2016-03-12)
* [#12](https://github.com/square/rails-auth/pull/12)
Add Rails::Auth::ErrorPage::DebugMiddleware.
([@tarcieri])