Skip to content

Commit 5ad71ed

Browse files
committed
Preparing for release, 1.0.2.
1 parent 7a76584 commit 5ad71ed

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
### Next Release
22

3+
* Your contribution here.
4+
5+
### 1.0.2 (2026/05/26)
6+
37
* [#162](https://github.com/ruby-grape/grape-swagger-rails/pull/162): Fix vertical alignment for property rows in swagger ui model box - [@moskvin](https://github.com/moskvin).
48
* [#160](https://github.com/ruby-grape/grape-swagger-rails/pull/160): Hide Swagger UI's confusing "Clear" button by default; expose `display[:clear_button]` to opt back in - [@moskvin](https://github.com/moskvin).
59
* [#159](https://github.com/ruby-grape/grape-swagger-rails/pull/159): Added github action update swagger ui version - [@moskvin](https://github.com/moskvin).
6-
* Your contribution here.
710

811
### 1.0.1 (2026/05/17)
912

lib/grape-swagger-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module GrapeSwaggerRails
4-
VERSION = '1.0.1'
4+
VERSION = '1.0.2'
55
SWAGGER_UI_VERSION = '5.32.6'
66
end

0 commit comments

Comments
 (0)