Skip to content

Commit

Permalink
Preparing for release, 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Sep 21, 2024
1 parent a4190cf commit 4d96c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
### next

#### Features

* Your contribution here.
### 2.1.1 (Sep 21, 2024)

#### Fixes

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


### 2.1.0 (May 14, 2024)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :development, :test do
gem 'pry', platforms: [:mri]
gem 'pry-byebug', platforms: [:mri]

grape_version = ENV.fetch('GRAPE_VERSION', '2.1.0')
grape_version = ENV.fetch('GRAPE_VERSION', '2.2.0')
if grape_version == 'HEAD' || Gem::Version.new(grape_version) >= Gem::Version.new('2.0.0')
gem 'rack', '>= 3.0'
else
Expand Down
2 changes: 1 addition & 1 deletion lib/grape-swagger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeSwagger
VERSION = '2.1.0'
VERSION = '2.1.1'
end

0 comments on commit 4d96c45

Please sign in to comment.