Update version constraint for jsonapi-renderer

This commit is contained in:
Geremia Taglialatela
2017-09-17 14:16:11 +02:00
parent 6a7d864605
commit 1c9214d041
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ Features:
- [#2021](https://github.com/rails-api/active_model_serializers/pull/2021) ActiveModelSerializers::Model#attributes. Originally in [#1982](https://github.com/rails-api/active_model_serializers/pull/1982). (@bf4)
- [#2130](https://github.com/rails-api/active_model_serializers/pull/2130) Allow serialized ID to be overwritten for belongs-to relationships. (@greysteil)
- [#2189](https://github.com/rails-api/active_model_serializers/pull/2189)
Update version constraint for jsonapi-renderer to `['>= 0.1.1.beta1', '< 0.3']`
(@tagliala)
Fixes: