Skip to content

Commit 06d478e

Browse files
authored
Merge pull request #143 from rakuten-ws/release-v1.13.2
Bump up the version to v1.13.2
2 parents e4a8143 + ed2c218 commit 06d478e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## v1.13.2 (2023/03/26)
4+
5+
### Improvements
6+
7+
- Fixes broken links in README for Japanese [#140](https://github.com/rakuten-ws/rws-ruby-sdk/pull/140)
8+
- Fixes broken links in README [#141](https://github.com/rakuten-ws/rws-ruby-sdk/pull/141)
9+
10+
### Thanks
11+
12+
@ryosuke-endo gave the pull-request #140. This realized me that some links in README had been broken.
13+
Thanks :tada:
14+
315
## v1.13.1 (2021/09/02)
416

517
### Improvements

lib/rakuten_web_service/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RakutenWebService
4-
VERSION = '1.13.1'
4+
VERSION = '1.13.2'
55
end

0 commit comments

Comments
 (0)