We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a21e6e commit c4c7fd1Copy full SHA for c4c7fd1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.6.1 (Next)
2
+
3
+* Your contribution here.
4
5
### 0.6.0 (2024/11/21)
6
7
* [#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,5 +1,5 @@
# frozen_string_literal: true
module GrapeSwaggerRails
- VERSION = '0.6.0'
+ VERSION = '0.6.1'
end
0 commit comments