Skip to content

Commit edce505

Browse files
committed
Preparing for release, 2.1.4
1 parent 4ec0cac commit edce505

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
### Next
1+
### 2.1.4 (2026-02-02)
22

33
#### Features
44

55
* [#970](https://github.com/ruby-grape/grape-swagger/pull/970): Migrate Danger to use danger-pr-comment workflow - [@dblock](https://github.com/dblock).
66
* [#972](https://github.com/ruby-grape/grape-swagger/pull/972): Add weekly scheduled workflow to test against Grape HEAD - [@numbata](https://github.com/numbata).
7-
* Your contribution here.
87

98
#### Fixes
109

1110
* [#972](https://github.com/ruby-grape/grape-swagger/pull/972): Grape 3.1.0 and grape-swagger-entity 0.7.1 compatibility - [@numbata](https://github.com/numbata).
12-
* Your contribution here.
1311

1412
### 2.1.3 (2025-11-21)
1513

lib/grape-swagger/version.rb

Lines changed: 1 addition & 1 deletion
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.3'
4+
VERSION = '2.1.4'
55
end

0 commit comments

Comments
 (0)