Skip to content

Commit bc4805c

Browse files
committed
Bump version to v0.10.8
1 parent f1a2ec7 commit bc4805c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
## 0.10.x
22

3-
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...0-10-stable)
3+
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.8...0-10-stable)
44

55
Breaking changes:
66

7+
Features:
8+
9+
Fixes:
10+
11+
12+
Misc:
13+
14+
### [v0.10.8 (2018-11-01)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8)
15+
716
Features:
817
- [#2279](https://github.com/rails-api/active_model_serializers/pull/2279) Support condition options in serializer link statements
918

@@ -16,8 +25,6 @@ Fixes:
1625
- [#2299](https://github.com/rails-api/active_model_serializers/pull/2299) Fixes #2270 (@chau-bao-long via #2276)
1726
- Fix reflection thread-safety bug
1827

19-
Misc:
20-
2128
### [v0.10.7 (2017-11-14)](https://github.com/rails-api/active_model_serializers/compare/v0.10.6...v0.10.7)
2229

2330
Regressions Fixed From v0.10.6:
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.7'.freeze
3+
VERSION = '0.10.8'.freeze
44
end
55
end

0 commit comments

Comments
 (0)