bump version to 2.3.0 (#2)

This commit is contained in:
Xin Chen 2021-07-05 21:15:53 -05:00 committed by GitHub
parent b3bcd212a7
commit 4e17184871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- ...
## [2.3.0] - 2021-06-05
- optimize the cache performance by batch load the cache
- support proc on cache_options namespace
- cache_options namespace merged into cache key
- temp disable fieldset support, expect to bring back that in next version
## [2.2.0] - 2021-03-11
### Added

View File

@ -1,5 +1,5 @@
module JSONAPI
module Serializer
VERSION = '2.2.0'.freeze
VERSION = '2.3.0'.freeze
end
end