Skip to content

Commit f1560cd

Browse files
committed
Preparing for release, 2.1.2.
1 parent f3dd0be commit f1560cd

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
### 2.2.0 (Next)
2-
3-
#### Features
4-
5-
* Your contribution here.
1+
### 2.1.2 (2024-06-28)
62

73
#### Fixes
84

95
* [#2459](https://github.com/ruby-grape/grape/pull/2459): Autocorrect cops - [@ericproulx](https://github.com/ericproulx).
106
* [#3458](https://github.com/ruby-grape/grape/pull/2458): Remove unused Grape::Util::Accept::Header - [@ericproulx](https://github.com/ericproulx).
117
* [#2463](https://github.com/ruby-grape/grape/pull/2463): Fix error message indices - [@ericproulx](https://github.com/ericproulx).
12-
* Your contribution here.
138

149
### 2.1.1 (2024-06-22)
1510

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
157157

158158
## Stable Release
159159

160-
You're reading the documentation for the next release of Grape, which should be 2.2.0.
160+
You're reading the documentation for the stable release of Grape, **2.1.2**.
161161
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
162-
The current stable release is [2.1.1](https://github.com/ruby-grape/grape/blob/v2.1.1/README.md).
163162

164163
## Project Resources
165164

lib/grape/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Grape
44
# The current version of Grape.
5-
VERSION = '2.2.0'
5+
VERSION = '2.1.2'
66
end

0 commit comments

Comments
 (0)