Skip to content

Commit b125a72

Browse files
committed
Preparing for release, 1.4.0.
1 parent b2bc98d commit b125a72

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.4.0 (Next)
1+
### 1.4.0 (2020/07/10)
22

33
#### Features
44

@@ -7,15 +7,13 @@
77
* [#2060](https://github.com/ruby-grape/grape/pull/2060): Upgraded Rubocop to 0.84.0 - [@dblock](https://github.com/dblock).
88
* [#2077](https://github.com/ruby-grape/grape/pull/2077): Simplify logic for defining declared params - [@dnesteryuk](https://github.com/dnesteryuk).
99
* [#2084](https://github.com/ruby-grape/grape/pull/2084): Fix memory leak in path normalization - [@fcheung](https://github.com/fcheung).
10-
* Your contribution here.
1110

1211
#### Fixes
1312

1413
* [#2067](https://github.com/ruby-grape/grape/pull/2067): Coerce empty string to nil for all primitive types except String - [@petekinnecom](https://github.com/petekinnecom).
1514
* [#2064](https://github.com/ruby-grape/grape/pull/2064): Fix Ruby 2.7 deprecation warning in `Grape::Middleware::Base#initialize` - [@skarger](https://github.com/skarger).
1615
* [#2072](https://github.com/ruby-grape/grape/pull/2072): Fix `Grape.eager_load!` and `compile!` - [@stanhu](https://github.com/stanhu).
1716
* [#2076](https://github.com/ruby-grape/grape/pull/2076): Make route information available for hooks when the automatically generated endpoints are invoked - [@anakinj](https://github.com/anakinj).
18-
* Your contribution here.
1917

2018
### 1.3.3 (2020/05/23)
2119

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ content negotiation, versioning and much more.
156156

157157
## Stable Release
158158

159-
You're reading the documentation for the next release of Grape, which should be **1.3.4**.
159+
You're reading the documentation for the stable release of Grape, 1.4.0.
160160
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
161-
The current stable release is [1.3.3](https://github.com/ruby-grape/grape/blob/v1.3.3/README.md).
162161

163162
## Project Resources
164163

0 commit comments

Comments
 (0)