We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d96c45 commit 7ec7bedCopy full SHA for 7ec7bed
CHANGELOG.md
@@ -1,9 +1,21 @@
1
+### 2.1.2 (Next)
2
+
3
+#### Features
4
5
+* Your contribution here.
6
7
+#### Fixes
8
9
10
11
12
### 2.1.1 (Sep 21, 2024)
13
14
#### Fixes
15
16
* [#940](https://github.com/ruby-grape/grape-swagger/pull/940): Grape 2.2.0 compatibility - [@padde](https://github.com/padde)
17
18
19
### 2.1.0 (May 14, 2024)
20
21
#### Features
lib/grape-swagger/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GrapeSwagger
- VERSION = '2.1.1'
+ VERSION = '2.1.2'
end
0 commit comments