diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a070a0c1..5421714f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 1.0.4 (Next) + +#### Features + +* Your contribution here. + +#### Fixes + +* Your contribution here. + ### 1.0.3 (4/23/2018) #### Fixes diff --git a/README.md b/README.md index 4853646833..0bf037fecb 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,9 @@ content negotiation, versioning and much more. ## Stable Release -You're reading the documentation for the stable release of Grape, **1.0.3**. +You're reading the documentation for the next release of Grape, which should be **1.0.4**. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +The current stable release is [1.0.3](https://github.com/ruby-grape/grape/blob/v1.0.3/README.md). ## Project Resources diff --git a/lib/grape/version.rb b/lib/grape/version.rb index aeda750bf9..b244ba4357 100644 --- a/lib/grape/version.rb +++ b/lib/grape/version.rb @@ -1,4 +1,4 @@ module Grape # The current version of Grape. - VERSION = '1.0.3'.freeze + VERSION = '1.0.4'.freeze end