Bump version to v0.10.8

This commit is contained in:
Benjamin Fleischer 2018-11-01 16:24:08 -05:00
parent f1a2ec7f99
commit bc4805cbc1
2 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,18 @@
## 0.10.x
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...0-10-stable)
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.8...0-10-stable)
Breaking changes:
Features:
Fixes:
Misc:
### [v0.10.8 (2018-11-01)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8)
Features:
- [#2279](https://github.com/rails-api/active_model_serializers/pull/2279) Support condition options in serializer link statements
@ -16,8 +25,6 @@ Fixes:
- [#2299](https://github.com/rails-api/active_model_serializers/pull/2299) Fixes #2270 (@chau-bao-long via #2276)
- Fix reflection thread-safety bug
Misc:
### [v0.10.7 (2017-11-14)](https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.7)
Regressions Fixed From v0.10.6:

View File

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