Skip to content

Commit 7c8a126

Browse files
committed
Preparing for release, 0.5.3
1 parent 1841ad7 commit 7c8a126

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,21 @@
33
#### Features
44

55
* Your contribution here.
6-
* [#64](https://github.com/ruby-grape/grape-swagger-entity/pull/64): Pass extension documentation into schema - [@numbata](https://github.com/numbata).
76

87
#### Fixes
98

109
* Your contribution here.
1110

11+
### 0.5.3 (2024/02/02)
12+
13+
#### Features
14+
15+
* [#64](https://github.com/ruby-grape/grape-swagger-entity/pull/64): Pass extension documentation into schema - [@numbata](https://github.com/numbata).
16+
17+
#### Fixes
18+
19+
* [#66](https://github.com/ruby-grape/grape-swagger-entity/pull/66): Fix danger GHA - [@mscrivo](https://github.com/mscrivo).
20+
1221
### 0.5.2 (2023/07/07)
1322

1423
#### Fixes

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.2'
5+
VERSION = '0.5.3'
66
end
77
end

0 commit comments

Comments
 (0)