Bump to 0.9.8

This commit is contained in:
Benjamin Fleischer 2020-12-10 14:11:55 -05:00
parent b1b253f5a8
commit ff1a36ffbc
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
## 0.09.x
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.7...0-9-stable)
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.8...0-9-stable)
### [v0.9.8 (2020-12-10)](https://github.com/rails-api/active_model_serializers/compare/v0.9.7...v0.9.8)
- [#2373](https://github.com/rails-api/active_model_serializers/pull/2373) Fix Rails 6.0 deprecation warnings. (@supremebeing7)

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.9.7'
VERSION = '0.9.8'.freeze
end
end