releaseing new version RC4

This commit is contained in:
João M. D. Moura 2016-01-27 10:02:38 -05:00
parent 790efee9c3
commit 58ff7535b7
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
## 0.10.x
### v0.10.0.rc4 (2016/01/27 11:00 +00:00)
Breaking changes:
- [#1360](https://github.com/rails-api/active_model_serializers/pull/1360)

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.10.0.rc3'
VERSION = '0.10.0.rc4'
end
end