Skip to content

Commit

Permalink
Preparing for release, 1.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 1, 2019
1 parent d69c104 commit 5d90f4d
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,8 +1,7 @@
### 1.2.5 (Next)
### 1.2.5 (2019/12/01)

#### Features

* Your contribution here.
* [#1931](https://github.com/ruby-grape/grape/pull/1931): Introduces LazyBlock to generate expressions that will executed at mount time - [@myxoh](https://github.com/myxoh).
* [#1918](https://github.com/ruby-grape/grape/pull/1918): Helper methods to access controller context from middleware - [@NikolayRys](https://github.com/NikolayRys).
* [#1915](https://github.com/ruby-grape/grape/pull/1915): Micro optimizations in allocating hashes and arrays - [@dnesteryuk](https://github.com/dnesteryuk).
Expand All @@ -12,7 +11,6 @@

#### Fixes

* Your contribution here.
* [#1917](https://github.com/ruby-grape/grape/pull/1917): Update access to rack constant - [@NikolayRys](https://github.com/NikolayRys).
* [#1916](https://github.com/ruby-grape/grape/pull/1916): Drop old appraisals - [@NikolayRys](https://github.com/NikolayRys).
* [#1911](https://github.com/ruby-grape/grape/pull/1911): Make sure `Grape::Valiations::AtLeastOneOfValidator` properly treats nested params in errors - [@dnesteryuk](https://github.com/dnesteryuk).
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ content negotiation, versioning and much more.

## Stable Release

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

## Project Resources

Expand Down

0 comments on commit 5d90f4d

Please sign in to comment.