Skip to content

Commit 15aecfe

Browse files
committed
Preparing for release, 0.5.5.
1 parent 9f44aa2 commit 15aecfe

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
### Next Release
2-
3-
#### Features
4-
5-
* Your contribution here.
1+
### 0.5.5 (2024/09/09)
62

73
#### Fixes
84

9-
* Your contribution here.
105
* [#72](https://github.com/ruby-grape/grape-swagger-entity/pull/72): Ensure inherited nested exposures are merged - [@pirhoo](https://github.com/pirhoo).
116
* [#71](https://github.com/ruby-grape/grape-swagger-entity/pull/71): Fix regression for enum values in array attributes - [@Jell](https://github.com/Jell).
127

lib/grape-swagger/entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GrapeSwagger
44
module Entity
5-
VERSION = '0.5.4'
5+
VERSION = '0.5.5'
66
end
77
end

0 commit comments

Comments
 (0)