Bump to 0.9.5

This commit is contained in:
Benjamin Fleischer 2016-03-30 14:09:00 -05:00
parent ae3cf18d0f
commit 4ce4a6265c
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.4...0-9-stable)
### [v0.9.5 (2016-03-30)](https://github.com/rails-api/active_model_serializers/compare/v0.9.4...v0.9.5)
- [#1607](https://github.com/rails-api/active_model_serializers/pull/1607) Merge multiple nested associations. (@Hirtenknogger)
### [v0.9.4 (2016-01-05)](https://github.com/rails-api/active_model_serializers/compare/v0.9.3...v0.9.4)
- [#752](https://github.com/rails-api/active_model_serializers/pull/752) Tiny improvement of README 0-9-stable (@basiam)

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.9.4'
VERSION = '0.9.5'
end
end