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 1
1
## 0.10.x
2
2
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 )
4
4
5
5
Breaking changes:
6
6
@@ -10,6 +10,12 @@ Fixes:
10
10
11
11
Misc:
12
12
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
+
13
19
### [ v0.10.11 (2020-12-04)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.11 )
14
20
15
21
Features:
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.10.11'
5
+ VERSION = '0.10.12' . freeze
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments