Bump to 0.10.3

This commit is contained in:
Benjamin Fleischer 2016-11-21 08:55:22 -06:00
parent d39dd04c11
commit cd09e89006
2 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,17 @@
## 0.10.x
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.2...master)
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.3...master)
Breaking changes:
Features:
Fixes:
Misc:
### [v0.10.3 (2016-11-21)](https://github.com/rails-api/active_model_serializers/compare/v0.10.2...v0.10.3)
Fixes:
- [#1973](https://github.com/rails-api/active_model_serializers/pull/1973) Fix namespace lookup for collections and has_many relationships (@groyoh)

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.10.2'.freeze
VERSION = '0.10.3'.freeze
end
end