Skip to content

Commit f8ca202

Browse files
committed
Preparing for release, 2.2.0
1 parent 2d94dd8 commit f8ca202

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
### 2.2.0 (Next)
1+
### 2.2.0 (2024-09-14)
22

33
#### Features
44

55
* [#2475](https://github.com/ruby-grape/grape/pull/2475): Remove Grape::Util::Registrable - [@ericproulx](https://github.com/ericproulx).
66
* [#2484](https://github.com/ruby-grape/grape/pull/2484): Refactor versioner middlewares - [@ericproulx](https://github.com/ericproulx).
77
* [#2489](https://github.com/ruby-grape/grape/pull/2489): Add Rails 7.2 in CI workflow - [@ericproulx](https://github.com/ericproulx).
88
* [#2493](https://github.com/ruby-grape/grape/pull/2493): MFA required when releasing - [@ericproulx](https://github.com/ericproulx).
9-
* Your contribution here.
109

1110
#### Fixes
1211

@@ -17,7 +16,6 @@
1716
* [#2485](https://github.com/ruby-grape/grape/pull/2485): Add `is:` param to length validator - [@dakad](https://github.com/dakad).
1817
* [#2492](https://github.com/ruby-grape/grape/pull/2492): Fix `Grape::Endpoint#inspect` method - [@ericproulx](https://github.com/ericproulx).
1918
* [#2496](https://github.com/ruby-grape/grape/pull/2496): Reduce object allocation when compiling - [@ericproulx](https://github.com/ericproulx).
20-
* Your contribution here.
2119

2220
### 2.1.3 (2024-07-13)
2321

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ 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.
161-
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
162-
The current stable release is [2.1.3](https://github.com/ruby-grape/grape/blob/v2.1.3/README.md).
160+
You're reading the documentation for the stable release of Grape, 2.2.0. Please read UPGRADING when upgrading from a previous version.
163161

164162
## Project Resources
165163

0 commit comments

Comments
 (0)