Skip to content

Commit

Permalink
Preparing for release, 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Feb 8, 2025
1 parent af1a6a2 commit 68d65c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.3.0 (Next)
### 2.3.0 (2025-02-08)

#### Features

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

#### Fixes

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

### 2.2.0 (2024-09-14)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com

## Stable Release

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

## Project Resources

Expand Down

0 comments on commit 68d65c9

Please sign in to comment.