README.md in jsonapi-authorization-3.0.1 vs README.md in jsonapi-authorization-3.0.2

- old
+ new

@@ -31,12 +31,10 @@ This gem should work out-of-the box for simple cases. The default authorizer might be overly restrictive for cases where you are touching relationships. **If you are modifying relationships**, you should read the [relationship authorization documentation](docs/relationship-authorization.md). -The API is subject to change between minor version bumps until we reach v1.0.0. - ## Installation Add this line to your application's Gemfile: ```ruby @@ -54,9 +52,10 @@ ## Compatibility * `v0.6.x` supports JR `v0.7.x` * `v0.8.x` supports JR `v0.8.x` * Later releases support JR `v0.9.x` +* **JR `v0.10.x` is NOT SUPPORTED.** See https://github.com/venuu/jsonapi-authorization/issues/64 for more details and to offer help. We aim to support the same Ruby and Ruby on Rails versions as `jsonapi-resources` does. If that's not the case, please [open an issue][issues]. ## Versioning and changelog