Skip to content

Commit 1d96036

Browse files
committed
Preparing for release, 2.4.0.
1 parent a659eca commit 1d96036

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.4.0 (Next)
1+
### 2.4.0 (2025-06-18)
22

33
#### Features
44

@@ -16,7 +16,6 @@
1616
* [#2561](https://github.com/ruby-grape/grape/pull/2561): Optimize hash alloc for middleware's default options - [@ericproulx](https://github.com/ericproulx).
1717
* [#2563](https://github.com/ruby-grape/grape/pull/2563): Update `Grape::Middleware::Auth::Base` - [@ericproulx](https://github.com/ericproulx).
1818
* [#2571](https://github.com/ruby-grape/grape/pull/2571): Update RuboCop 1.75.8 - [@pieterocp](https://github.com/pieterocp).
19-
* Your contribution here.
2019

2120
#### Fixes
2221

@@ -27,7 +26,6 @@
2726
* [#2548](https://github.com/ruby-grape/grape/pull/2548): Formatting from header acts like versioning from header - [@ericproulx](https://github.com/ericproulx).
2827
* [#2552](https://github.com/ruby-grape/grape/pull/2552): Fix declared params optional array - [@ericproulx](https://github.com/ericproulx).
2928
* [#2553](https://github.com/ruby-grape/grape/pull/2553): Improve performance of query params parsing - [@ericproulx](https://github.com/ericproulx).
30-
* Your contribution here.
3129

3230
### 2.3.0 (2025-02-08)
3331

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
156156

157157
## Stable Release
158158

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

162162
## Project Resources
163163

0 commit comments

Comments
 (0)