Skip to content

Commit

Permalink
Preparing for release, 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 20, 2022
1 parent 56da2d4 commit 0922736
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@
### 1.7.0 (Next)
### 1.7.0 (2022/12/20)

#### Features

Expand All @@ -13,7 +13,6 @@
* [#2274](https://github.com/ruby-grape/grape/pull/2274): Error middleware support using rack util's symbols as status - [@dhruvCW](https://github.com/dhruvCW).
* [#2276](https://github.com/ruby-grape/grape/pull/2276): Fix exception super - [@ericproulx](https://github.com/ericproulx).
* [#2285](https://github.com/ruby-grape/grape/pull/2285), [#2287](https://github.com/ruby-grape/grape/pull/2287): Added :evaluate_given to declared(params) - [@zysend](https://github.com/zysend).
* Your contribution here.

#### Fixes

Expand All @@ -28,7 +27,6 @@
* [#2256](https://github.com/ruby-grape/grape/pull/2256): Raise `Grape::Exceptions::MultipartPartLimitError` from Rack when too many files are uploaded - [@bschmeck](https://github.com/bschmeck).
* [#2266](https://github.com/ruby-grape/grape/pull/2266): Fix code coverage - [@duffn](https://github.com/duffn).
* [#2284](https://github.com/ruby-grape/grape/pull/2284): Fix an unexpected backtick - [@zysend](https://github.com/zysend).
* Your contribution here.

### 1.6.2 (2021/12/30)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,8 @@ content negotiation, versioning and much more.

## Stable Release

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

## Project Resources

Expand Down

0 comments on commit 0922736

Please sign in to comment.