Skip to content

Commit

Permalink
Preparing for release, 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
myxoh committed Jun 13, 2019
1 parent 51123cd commit 97492a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
### 1.2.4 (Next)
### 1.2.5 (Next)

#### Features

* Your contribution here.

#### Fixes

* Your contribution here.

### 1.2.4 (2019/06/13)

#### Features

* [#1888](https://github.com/ruby-grape/grape/pull/1888): Makes the `configuration` hash widly available - [@myxoh](https://github.com/myxoh).
* [#1864](https://github.com/ruby-grape/grape/pull/1864): Adds `finally` on the API - [@myxoh](https://github.com/myxoh).
* [#1869](https://github.com/ruby-grape/grape/pull/1869): Fix issue with empty headers after `error!` method call - [@anaumov](https://github.com/anaumov).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ content negotiation, versioning and much more.

## Stable Release

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

Please sign in to comment.