Skip to content

Commit

Permalink
Preparing for release, 0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 28, 2014
1 parent b3c6fb6 commit badfd8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,8 @@
Next Release
============
0.10.1 (12/28/2014)
===================

* [#868](https://github.com/intridea/grape/pull/868), [#862](https://github.com/intridea/grape/pull/862), [#861](https://github.com/intridea/grape/pull/861): Fixed `version`, `prefix`, and other settings being overridden or changing scope when mounting API - [@yesmeck](https://github.com/yesmeck).
* [#864](https://github.com/intridea/grape/pull/864): Fixed `declared(params, include_missing: false)` now returning attributes with `nil` and `false` values - [@ppadron](https://github.com/ppadron).
* Your contribution here.

0.10.0 (12/19/2014)
===================
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -86,9 +86,8 @@ content negotiation, versioning and much more.

## Stable Release

You're reading the documentation for the next release of Grape, which should be 0.10.1.
You're reading the documentation for the stable release of Grape, which is be 0.10.1.
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
The current stable release is [0.10.0](https://github.com/intridea/grape/blob/v0.10.0/README.md).

## Project Resources

Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
@@ -1,7 +1,7 @@
Upgrading Grape
===============

### Upgrading to Next Release
### Upgrading to >= 0.10.1

#### Changes to `declared(params, include_missing: false)`

Expand Down

0 comments on commit badfd8c

Please sign in to comment.