From 15aecfecf0d988b8651f2e3a9c20c6a861ba356b Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Mon, 9 Sep 2024 18:31:29 -0400 Subject: [PATCH] Preparing for release, 0.5.5. --- CHANGELOG.md | 7 +------ lib/grape-swagger/entity/version.rb | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e529c9..b5d7551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,7 @@ -### Next Release - -#### Features - -* Your contribution here. +### 0.5.5 (2024/09/09) #### Fixes -* Your contribution here. * [#72](https://github.com/ruby-grape/grape-swagger-entity/pull/72): Ensure inherited nested exposures are merged - [@pirhoo](https://github.com/pirhoo). * [#71](https://github.com/ruby-grape/grape-swagger-entity/pull/71): Fix regression for enum values in array attributes - [@Jell](https://github.com/Jell). diff --git a/lib/grape-swagger/entity/version.rb b/lib/grape-swagger/entity/version.rb index 2e2015a..373af32 100644 --- a/lib/grape-swagger/entity/version.rb +++ b/lib/grape-swagger/entity/version.rb @@ -2,6 +2,6 @@ module GrapeSwagger module Entity - VERSION = '0.5.4' + VERSION = '0.5.5' end end