Bump to v0.10.5

This commit is contained in:
Benjamin Fleischer 2017-03-07 15:41:20 -06:00
parent 0b96d3544a
commit 28b8e3dd17
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
## 0.10.x ## 0.10.x
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...master) ### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.5...master)
Breaking changes:
Features:
Fixes:
Misc:
### [v0.10.5 (2017-03-07)](https://github.com/rails-api/active_model_serializers/compare/v0.10.4...v0.10.5)
Breaking changes: Breaking changes:

View File

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