Skip to content

Commit 8bd4922

Browse files
committed
Preparing for the next release, 2.0.
1 parent 0c03b5d commit 8bd4922

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
### 2.0.0 (Next)
1+
### 2.0.0 (2023/11/11)
22

33
#### Features
44

55
* [#2353](https://github.com/ruby-grape/grape/pull/2353): Added Rails 7.1 support - [@ericproulx](https://github.com/ericproulx).
66
* [#2355](https://github.com/ruby-grape/grape/pull/2355): Set response headers based on Rack version - [@schinery](https://github.com/schinery).
77
* [#2360](https://github.com/ruby-grape/grape/pull/2360): Reduce gem size by removing specs - [@ericproulx](https://github.com/ericproulx).
88
* [#2361](https://github.com/ruby-grape/grape/pull/2361): Remove `Rack::Auth::Digest` - [@ninoseki](https://github.com/ninoseki).
9-
* Your contribution here.
109

1110
#### Fixes
1211

1312
* [#2364](https://github.com/ruby-grape/grape/pull/2364): Add missing requires - [@ericproulx](https://github.com/ericproulx).
1413
* [#2366](https://github.com/ruby-grape/grape/pull/2366): Default quality to 1.0 in the `Accept` header when omitted - [@hiddewie](https://github.com/hiddewie).
1514
* [#2368](https://github.com/ruby-grape/grape/pull/2368): Stripping the internals of `Grape::Endpoint` when `NoMethodError` is raised - [@jcagarcia](https://github.com/jcagarcia).
16-
* Your contribution here.
1715

1816
### 1.8.0 (2023/08/30)
1917

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,8 @@ content negotiation, versioning and much more.
160160

161161
## Stable Release
162162

163-
You're reading the documentation for the next release of Grape, which should be **2.0.0**.
163+
You're reading the documentation for the stable release of Grape, **2.0.0**.
164164
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
165-
The current stable release is [1.8.0](https://github.com/ruby-grape/grape/blob/v1.8.0/README.md).
166165

167166

168167
## Project Resources

0 commit comments

Comments
 (0)