mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Bump version
This commit is contained in:
parent
df7475b31c
commit
dac067fec4
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,18 +1,25 @@
|
||||
## 0.10.x
|
||||
|
||||
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.10...0-10-stable)
|
||||
### [master (unreleased)](https://github.com/rails-api/active_model_serializers/compare/v0.10.11...0-10-stable)
|
||||
|
||||
Breaking changes:
|
||||
|
||||
Features:
|
||||
|
||||
Fixes:
|
||||
|
||||
Misc:
|
||||
|
||||
### [v0.10.11 (2020-12-04)](https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.11)
|
||||
|
||||
Features:
|
||||
|
||||
- [#2361](https://github.com/rails-api/active_model_serializers/pull/2361) Add `ActiveModelSerializers.config.use_sha1_digests` to allow customization of the hashing algorithm used for serializer caching (@alexzherdev)
|
||||
|
||||
Fixes:
|
||||
|
||||
- [#2344](https://github.com/rails-api/active_model_serializers/pull/2344) Fixes #2341 introduced since #2223 (@wasifhossain)
|
||||
|
||||
Misc:
|
||||
- [#2395](https://github.com/rails-api/active_model_serializers/pull/2395) remove explicit require for thread_safe (@ritikesh)
|
||||
|
||||
### [v0.10.10 (2019-07-13)](https://github.com/rails-api/active_model_serializers/compare/v0.10.9...v0.10.10)
|
||||
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
module ActiveModel
|
||||
class Serializer
|
||||
VERSION = '0.10.10'.freeze
|
||||
VERSION = '0.10.11'.freeze
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user