Skip to content

Commit 75b8a6f

Browse files
committed
Update CHANGELOG.md to add prefix v on version
1 parent 3d846a7 commit 75b8a6f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

3-
## [1.10.0](https://github.com/line/line-bot-sdk-ruby/tree/1.10.0) (2019-05-27)
4-
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.9.0...1.10.0)
3+
## [v1.10.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.10.0) (2019-05-28)
4+
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.9.0...v1.10.0)
55

66
**Implemented enhancements:**
77

@@ -118,6 +118,7 @@
118118

119119
- Support link token [\#92](https://github.com/line/line-bot-sdk-ruby/pull/92) ([a2ikm](https://github.com/a2ikm))
120120
- Add functions for default rich menu [\#91](https://github.com/line/line-bot-sdk-ruby/pull/91) ([kotaro-dr](https://github.com/kotaro-dr))
121+
- Update CONTRIBUTING.md [\#88](https://github.com/line/line-bot-sdk-ruby/pull/88) ([syleeeee](https://github.com/syleeeee))
121122

122123
## [v1.3.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.3.0) (2018-10-09)
123124
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.2.5...v1.3.0)
@@ -133,10 +134,6 @@
133134

134135
- Net::OpenTimeout when calling `get\_message\_content` [\#84](https://github.com/line/line-bot-sdk-ruby/issues/84)
135136

136-
**Merged pull requests:**
137-
138-
- Update version 1.3.0 [\#87](https://github.com/line/line-bot-sdk-ruby/pull/87) ([kimoto](https://github.com/kimoto))
139-
140137
## [v1.2.5](https://github.com/line/line-bot-sdk-ruby/tree/v1.2.5) (2018-08-02)
141138
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.2.4...v1.2.5)
142139

@@ -162,7 +159,7 @@
162159

163160
**Merged pull requests:**
164161

165-
- Update CONTRIBUTING.md [\#88](https://github.com/line/line-bot-sdk-ruby/pull/88) ([syleeeee](https://github.com/syleeeee))
162+
- Update version 1.3.0 [\#87](https://github.com/line/line-bot-sdk-ruby/pull/87) ([kimoto](https://github.com/kimoto))
166163
- Update version 1.2.4 [\#79](https://github.com/line/line-bot-sdk-ruby/pull/79) ([kimoto](https://github.com/kimoto))
167164
- Add more message type handler in kitchensink [\#77](https://github.com/line/line-bot-sdk-ruby/pull/77) ([kimoto](https://github.com/kimoto))
168165
- Add kitchensink example [\#76](https://github.com/line/line-bot-sdk-ruby/pull/76) ([toduq](https://github.com/toduq))
@@ -242,7 +239,6 @@
242239
- Support multicast [\#46](https://github.com/line/line-bot-sdk-ruby/pull/46) ([hirohisa](https://github.com/hirohisa))
243240
- Fix documentation issues [\#42](https://github.com/line/line-bot-sdk-ruby/pull/42) ([kenneth-lau](https://github.com/kenneth-lau))
244241
- fix incorrect method name [\#39](https://github.com/line/line-bot-sdk-ruby/pull/39) ([kimoto](https://github.com/kimoto))
245-
- Change ruby version that travis tries [\#31](https://github.com/line/line-bot-sdk-ruby/pull/31) ([hirohisa](https://github.com/hirohisa))
246242

247243
## [1.0.0](https://github.com/line/line-bot-sdk-ruby/tree/1.0.0) (2016-09-29)
248244
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/0.1.9...1.0.0)
@@ -273,6 +269,7 @@
273269

274270
**Merged pull requests:**
275271

272+
- Change ruby version that travis tries [\#31](https://github.com/line/line-bot-sdk-ruby/pull/31) ([hirohisa](https://github.com/hirohisa))
276273
- Bugfix: Rails 5 runs with version 0.1.7 is failed [\#30](https://github.com/line/line-bot-sdk-ruby/pull/30) ([hirohisa](https://github.com/hirohisa))
277274

278275
## [0.1.7](https://github.com/line/line-bot-sdk-ruby/tree/0.1.7) (2016-06-19)
@@ -307,7 +304,6 @@
307304
**Merged pull requests:**
308305

309306
- implemented contact message [\#16](https://github.com/line/line-bot-sdk-ruby/pull/16) ([kimoto](https://github.com/kimoto))
310-
- Allow to set endpoint [\#11](https://github.com/line/line-bot-sdk-ruby/pull/11) ([hirohisa](https://github.com/hirohisa))
311307

312308
## [0.1.3](https://github.com/line/line-bot-sdk-ruby/tree/0.1.3) (2016-04-21)
313309
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/0.1.2...0.1.3)
@@ -318,6 +314,7 @@
318314
- Rename operations [\#14](https://github.com/line/line-bot-sdk-ruby/pull/14) ([hirohisa](https://github.com/hirohisa))
319315
- Use constant [\#13](https://github.com/line/line-bot-sdk-ruby/pull/13) ([hirohisa](https://github.com/hirohisa))
320316
- Use shortended form [\#12](https://github.com/line/line-bot-sdk-ruby/pull/12) ([hirohisa](https://github.com/hirohisa))
317+
- Allow to set endpoint [\#11](https://github.com/line/line-bot-sdk-ruby/pull/11) ([hirohisa](https://github.com/hirohisa))
321318
- Refactor [\#10](https://github.com/line/line-bot-sdk-ruby/pull/10) ([hirohisa](https://github.com/hirohisa))
322319
- Update example [\#9](https://github.com/line/line-bot-sdk-ruby/pull/9) ([hirohisa](https://github.com/hirohisa))
323320

0 commit comments

Comments
 (0)