mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Bump version to v0.10.8
This commit is contained in:
parent
f1a2ec7f99
commit
bc4805cbc1
13
CHANGELOG.md
13
CHANGELOG.md
@ -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:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module ActiveModel
|
||||
class Serializer
|
||||
VERSION = '0.10.7'.freeze
|
||||
VERSION = '0.10.8'.freeze
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user