Skip to content

Commit 4d96c45

Browse files
committed
Preparing for release, 2.1.1.
1 parent a4190cf commit 4d96c45

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
### next
2-
3-
#### Features
4-
5-
* Your contribution here.
1+
### 2.1.1 (Sep 21, 2024)
62

73
#### Fixes
84

95
* [#940](https://github.com/ruby-grape/grape-swagger/pull/940): Grape 2.2.0 compatibility - [@padde](https://github.com/padde)
10-
* Your contribution here.
11-
126

137
### 2.1.0 (May 14, 2024)
148

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :development, :test do
1919
gem 'pry', platforms: [:mri]
2020
gem 'pry-byebug', platforms: [:mri]
2121

22-
grape_version = ENV.fetch('GRAPE_VERSION', '2.1.0')
22+
grape_version = ENV.fetch('GRAPE_VERSION', '2.2.0')
2323
if grape_version == 'HEAD' || Gem::Version.new(grape_version) >= Gem::Version.new('2.0.0')
2424
gem 'rack', '>= 3.0'
2525
else

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

0 commit comments

Comments
 (0)