Skip to content

Commit a0f158b

Browse files
committed
Preparing for release, 1.2.1.
1 parent f1908f4 commit a0f158b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.2.1 (Next)
1+
### 1.2.2 (Next)
22

33
#### Features
44

@@ -7,9 +7,17 @@
77
#### Fixes
88

99
* Your contribution here.
10+
11+
### 1.2.1 (11/28/2018)
12+
13+
#### Features
14+
15+
16+
#### Fixes
17+
1018
* [#1825](https://github.com/ruby-grape/grape/pull/1825): `to_s` on a mounted class now responses with the API name - [@myxoh](https://github.com/myxoh).
1119

12-
### 1.2.0 (11/29/2018)
20+
### 1.2.0 (11/26/2018)
1321

1422
#### Features
1523

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ content negotiation, versioning and much more.
146146

147147
## Stable Release
148148

149-
You're reading the documentation for the next release of Grape, which should be **1.2.1**.
149+
You're reading the documentation for the next release of Grape, which should be **1.2.2**.
150150
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
151-
The current stable release is [1.2.0](https://github.com/ruby-grape/grape/blob/v1.2.0/README.md).
151+
The current stable release is [1.2.1](https://github.com/ruby-grape/grape/blob/v1.2.1/README.md).
152152

153153
## Project Resources
154154

0 commit comments

Comments
 (0)