Skip to content

Commit ea2abcf

Browse files
committed
Preparing for release, 0.12.0.
1 parent 3ba7dd8 commit ea2abcf

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.12.0 (Next)
2-
=============
1+
0.12.0 (6/18/2015)
2+
==================
33

44
#### Features
55

@@ -24,7 +24,6 @@
2424
* [#1012](https://github.com/intridea/grape/pull/1012): Fixed `allow_blank: false` with a Boolean value of `false` - [@mfunaro](https://github.com/mfunaro).
2525
* [#1023](https://github.com/intridea/grape/issues/1023): Fixes unexpected beahvior with `present` and an object that responds to `merge` but isn't a Hash - [@dblock](https://github.com/dblock).
2626
* [#1017](https://github.com/intridea/grape/pull/1017): Fixed `undefined method stringify_keys` with nested mutual exclusive params - [@quickpay](https://github.com/quickpay).
27-
* Your contribution here.
2827

2928
0.11.0 (2/23/2015)
3029
==================

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ content negotiation, versioning and much more.
9090

9191
## Stable Release
9292

93-
You're reading the documentation for the next release of Grape, which should be 0.11.1.
93+
You're reading the documentation for the stable release of Grape 0.12.0.
9494
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
95-
The current stable release is [0.11.0](https://github.com/intridea/grape/blob/v0.11.0/README.md).
9695

9796
## Project Resources
9897

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Grape
2-
VERSION = '0.11.1'
2+
VERSION = '0.12.0'
33
end

0 commit comments

Comments
 (0)