Skip to content

Commit

Permalink
Preparing for release, 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Jun 15, 2024
1 parent 1b4f510 commit 71b93d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.1.0 (Next)
### 2.1.0 (2024/06/15)

#### Features

Expand Down Expand Up @@ -31,7 +31,6 @@
* [#2438](https://github.com/ruby-grape/grape/pull/2438): Fix some Rack::Lint - [@ericproulx](https://github.com/ericproulx).
* [#2437](https://github.com/ruby-grape/grape/pull/2437): Add length validator - [@dhruvCW](https://github.com/dhruvCW).
* [#2445](https://github.com/ruby-grape/grape/pull/2445): Remove builder as a dependency - [@ericproulx](https://github.com/ericproulx).
* Your contribution here.

#### Fixes

Expand All @@ -47,7 +46,6 @@
* [#2444](https://github.com/ruby-grape/grape/pull/2444): Replace method_missing in endpoint - [@ericproulx](https://github.com/ericproulx).
* [#2441](https://github.com/ruby-grape/grape/pull/2441): Optimize memory alloc and retained - [@ericproulx](https://github.com/ericproulx).
* [#2449](https://github.com/ruby-grape/grape/pull/2449): Rack 3.1 fixes - [@ericproulx](https://github.com/ericproulx).
* Your contribution here.

### 2.0.0 (2023/11/11)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +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.1.0**.
You're reading the documentation for the stable release of Grape, **2.1.0**.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [2.0.0](https://github.com/ruby-grape/grape/blob/v2.0.0/README.md).


## Project Resources

Expand Down

0 comments on commit 71b93d9

Please sign in to comment.