File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11## 0.10.x
22
3- ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.11 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.12 ...0-10-stable )
44
55Breaking changes:
66
@@ -10,6 +10,12 @@ Fixes:
1010
1111Misc:
1212
13+ ### [ v0.10.12 (2020-12-10)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.11...v0.10.12 )
14+
15+ Fixes:
16+
17+ - [ #2398 ] ( https://github.com/rails-api/active_model_serializers/pull/2398 ) Update rails dependency to < 6.2 (@ritikesh )
18+
1319### [ v0.10.11 (2020-12-04)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.11 )
1420
1521Features:
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.11'
5+ VERSION = '0.10.12' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments