We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44aa2 commit 15aecfeCopy full SHA for 15aecfe
CHANGELOG.md
@@ -1,12 +1,7 @@
1
-### Next Release
2
-
3
-#### Features
4
5
-* Your contribution here.
+### 0.5.5 (2024/09/09)
6
7
#### Fixes
8
9
10
* [#72](https://github.com/ruby-grape/grape-swagger-entity/pull/72): Ensure inherited nested exposures are merged - [@pirhoo](https://github.com/pirhoo).
11
* [#71](https://github.com/ruby-grape/grape-swagger-entity/pull/71): Fix regression for enum values in array attributes - [@Jell](https://github.com/Jell).
12
lib/grape-swagger/entity/version.rb
@@ -2,6 +2,6 @@
module GrapeSwagger
module Entity
- VERSION = '0.5.4'
+ VERSION = '0.5.5'
end
0 commit comments