Skip to content

Commit d8f3fa4

Browse files
committed
Bump to 0.10.2
1 parent 61059e9 commit d8f3fa4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
## 0.10.x
22

3-
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.1...master)
3+
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.2...master)
44

55
Breaking changes:
66

77
Features:
88

9+
Fixes:
10+
11+
Misc:
12+
13+
### [v0.10.2 (2016-07-05)(unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.1...v0.10.2)
14+
915
Fixes:
1016
- [#1814] (https://github.com/rails-api/active_model_serializers/pull/1814) Ensuring read_multi works with fragment cache
1117

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveModel
22
class Serializer
3-
VERSION = '0.10.1'.freeze
3+
VERSION = '0.10.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)