|
1 | 1 | # Change Log
|
2 | 2 |
|
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) |
5 | 5 |
|
6 | 6 | **Implemented enhancements:**
|
7 | 7 |
|
|
118 | 118 |
|
119 | 119 | - Support link token [\#92](https://github.com/line/line-bot-sdk-ruby/pull/92) ([a2ikm](https://github.com/a2ikm))
|
120 | 120 | - 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)) |
121 | 122 |
|
122 | 123 | ## [v1.3.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.3.0) (2018-10-09)
|
123 | 124 | [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.2.5...v1.3.0)
|
|
133 | 134 |
|
134 | 135 | - Net::OpenTimeout when calling `get\_message\_content` [\#84](https://github.com/line/line-bot-sdk-ruby/issues/84)
|
135 | 136 |
|
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 |
| - |
140 | 137 | ## [v1.2.5](https://github.com/line/line-bot-sdk-ruby/tree/v1.2.5) (2018-08-02)
|
141 | 138 | [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.2.4...v1.2.5)
|
142 | 139 |
|
|
162 | 159 |
|
163 | 160 | **Merged pull requests:**
|
164 | 161 |
|
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)) |
166 | 163 | - Update version 1.2.4 [\#79](https://github.com/line/line-bot-sdk-ruby/pull/79) ([kimoto](https://github.com/kimoto))
|
167 | 164 | - Add more message type handler in kitchensink [\#77](https://github.com/line/line-bot-sdk-ruby/pull/77) ([kimoto](https://github.com/kimoto))
|
168 | 165 | - Add kitchensink example [\#76](https://github.com/line/line-bot-sdk-ruby/pull/76) ([toduq](https://github.com/toduq))
|
|
242 | 239 | - Support multicast [\#46](https://github.com/line/line-bot-sdk-ruby/pull/46) ([hirohisa](https://github.com/hirohisa))
|
243 | 240 | - Fix documentation issues [\#42](https://github.com/line/line-bot-sdk-ruby/pull/42) ([kenneth-lau](https://github.com/kenneth-lau))
|
244 | 241 | - 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)) |
246 | 242 |
|
247 | 243 | ## [1.0.0](https://github.com/line/line-bot-sdk-ruby/tree/1.0.0) (2016-09-29)
|
248 | 244 | [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/0.1.9...1.0.0)
|
|
273 | 269 |
|
274 | 270 | **Merged pull requests:**
|
275 | 271 |
|
| 272 | +- Change ruby version that travis tries [\#31](https://github.com/line/line-bot-sdk-ruby/pull/31) ([hirohisa](https://github.com/hirohisa)) |
276 | 273 | - 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))
|
277 | 274 |
|
278 | 275 | ## [0.1.7](https://github.com/line/line-bot-sdk-ruby/tree/0.1.7) (2016-06-19)
|
|
307 | 304 | **Merged pull requests:**
|
308 | 305 |
|
309 | 306 | - 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)) |
311 | 307 |
|
312 | 308 | ## [0.1.3](https://github.com/line/line-bot-sdk-ruby/tree/0.1.3) (2016-04-21)
|
313 | 309 | [Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/0.1.2...0.1.3)
|
|
318 | 314 | - Rename operations [\#14](https://github.com/line/line-bot-sdk-ruby/pull/14) ([hirohisa](https://github.com/hirohisa))
|
319 | 315 | - Use constant [\#13](https://github.com/line/line-bot-sdk-ruby/pull/13) ([hirohisa](https://github.com/hirohisa))
|
320 | 316 | - 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)) |
321 | 318 | - Refactor [\#10](https://github.com/line/line-bot-sdk-ruby/pull/10) ([hirohisa](https://github.com/hirohisa))
|
322 | 319 | - Update example [\#9](https://github.com/line/line-bot-sdk-ruby/pull/9) ([hirohisa](https://github.com/hirohisa))
|
323 | 320 |
|
|
0 commit comments