Skip to content

Commit c4c7fd1

Browse files
committed
Preparing for next developer iteration, 0.6.1
1 parent 4a21e6e commit c4c7fd1

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.6.1 (Next)
2+
3+
* Your contribution here.
4+
15
### 0.6.0 (2024/11/21)
26

37
* [#124](https://github.com/ruby-grape/grape-swagger-rails/pull/124): Rails 7 compatibility - [@padde](https://github.com/padde).

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.6.0'
4+
VERSION = '0.6.1'
55
end

0 commit comments

Comments
 (0)