From fd2eff7ae6e5365fbc2d835dec5c1f80fbb60827 Mon Sep 17 00:00:00 2001 From: LeFnord Date: Wed, 10 Apr 2024 15:52:55 +0200 Subject: [PATCH] Prepare release 1.0.1 --- CHANGELOG.md | 8 +++++++- lib/grape_entity/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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