Skip to content

Commit 0442901

Browse files
committed
Preparing for next developer iteration, 0.5.1.
1 parent e0d89b6 commit 0442901

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.5.1 (Next)
2+
3+
* Your contribution here.
4+
15
### 0.5.0 (2024/04/06)
26

37
* [#110](https://github.com/ruby-grape/grape-swagger-rails/pull/110): Update dummy app to current rails conventions - [@duffn](https://github.com/duffn).

lib/grape-swagger-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GrapeSwaggerRails
4-
VERSION = '0.5.0'
4+
VERSION = '0.5.1'
55
end

0 commit comments

Comments
 (0)