diff --git a/CHANGELOG.md b/CHANGELOG.md index d69b57a..e8d01b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ #### Fixes -* [#381](https://github.com/ruby-grape/grape-entity/pull/381): Fix `expose_nil: false` when using a block - [@magni-](https://github.com/magni-). * Your contribution here. +### ### 1.0.1 (2024-04-10) + +#### Fixes + +* [#381](https://github.com/ruby-grape/grape-entity/pull/381): Fix `expose_nil: false` when using a block - [@magni-](https://github.com/magni-). + + ### ### 1.0.0 (2023-02-16) #### Fixes diff --git a/lib/grape_entity/version.rb b/lib/grape_entity/version.rb index dae01ec..2f0868d 100644 --- a/lib/grape_entity/version.rb +++ b/lib/grape_entity/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GrapeEntity - VERSION = '1.0.0' + VERSION = '1.0.1' end