diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e0b21e..fe24b77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/active_model/serializer/version.rb b/lib/active_model/serializer/version.rb index 22b840fc..5c3a99fe 100644 --- a/lib/active_model/serializer/version.rb +++ b/lib/active_model/serializer/version.rb @@ -1,5 +1,5 @@ module ActiveModel class Serializer - VERSION = '0.10.2'.freeze + VERSION = '0.10.3'.freeze end end