Skip to content

Commit 7ec7bed

Browse files
committed
Preparing for next developer iteration, 2.1.2.
1 parent 4d96c45 commit 7ec7bed

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
### 2.1.2 (Next)
2+
3+
#### Features
4+
5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
11+
112
### 2.1.1 (Sep 21, 2024)
213

314
#### Fixes
415

516
* [#940](https://github.com/ruby-grape/grape-swagger/pull/940): Grape 2.2.0 compatibility - [@padde](https://github.com/padde)
617

18+
719
### 2.1.0 (May 14, 2024)
820

921
#### Features

lib/grape-swagger/version.rb

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

33
module GrapeSwagger
4-
VERSION = '2.1.1'
4+
VERSION = '2.1.2'
55
end

0 commit comments

Comments
 (0)