Skip to content

Commit 68d65c9

Browse files
committed
Preparing for release, 2.3.0
1 parent af1a6a2 commit 68d65c9

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.3.0 (Next)
1+
### 2.3.0 (2025-02-08)
22

33
#### Features
44

@@ -11,7 +11,6 @@
1111
* [#2514](https://github.com/ruby-grape/grape/pull/2514): Add rails 8.0 to CI - [@ericproulx](https://github.com/ericproulx).
1212
* [#2516](https://github.com/ruby-grape/grape/pull/2516): Dynamic registration for parsers, formatters, versioners - [@ericproulx](https://github.com/ericproulx).
1313
* [#2518](https://github.com/ruby-grape/grape/pull/2518): Add ruby 3.4 to CI - [@ericproulx](https://github.com/ericproulx).
14-
* Your contribution here.
1514

1615
#### Fixes
1716

@@ -24,7 +23,6 @@
2423
* [#2524](https://github.com/ruby-grape/grape/pull/2524): Fix validators bad encoding - [@ericproulx](https://github.com/ericproulx).
2524
* [#2530](https://github.com/ruby-grape/grape/pull/2530): Fix endpoint's status when rescue_from without a block - [@ericproulx](https://github.com/ericproulx).
2625
* [#2529](https://github.com/ruby-grape/grape/pull/2529): Fix missing settings on mounted routes (when settings are identical) - [@Haerezis](https://github.com/Haerezis).
27-
* Your contribution here.
2826

2927
### 2.2.0 (2024-09-14)
3028

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +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.3.0.
161-
The current stable release is [2.2.0](https://github.com/ruby-grape/grape/blob/v2.2.0/README.md).
160+
You're reading the documentation for the next release of Grape, 2.3.0.
161+
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
162162

163163
## Project Resources
164164

0 commit comments

Comments
 (0)