Skip to content

Commit bb0f9d0

Browse files
committed
Bump version to 0.10.9
1 parent 15b7974 commit bb0f9d0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
## 0.10.x
22

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

55
Breaking changes:
66

77
Features:
88

99
Fixes:
10-
- [#2288](https://github.com/rails-api/active_model_serializers/pull/2288). Fixes #2287. (@cintamani)
1110

11+
Misc:
12+
13+
### [v0.10.9 (2019-02-08)](https://github.com/rails-api/active_model_serializers/compare/v0.10.8...v0.10.9)
14+
15+
16+
Fixes:
17+
18+
- [#2288](https://github.com/rails-api/active_model_serializers/pull/2288)
19+
Change the fetch method to deal with recyclable key cache strategy.
20+
Fixes #2287. (@cintamani, @wasifhossain)
1221
- [#2307](https://github.com/rails-api/active_model_serializers/pull/2307) Falsey attribute values should not be reevaluated.
1322

1423
Misc:
24+
1525
- [#2309](https://github.com/rails-api/active_model_serializers/pull/2309) Performance and memory usage fixes
1626

1727
### [v0.10.8 (2018-11-01)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8)

lib/active_model/serializer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveModel
44
class Serializer
5-
VERSION = '0.10.8'.freeze
5+
VERSION = '0.10.9'.freeze
66
end
77
end

0 commit comments

Comments
 (0)