Skip to content

Commit ea20a55

Browse files
authored
Merge pull request #56 from omise/bump-v0.11.0
Bump v0.11.0
2 parents dea20c8 + 037e4b2 commit ea20a55

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
An [unreleased] version is not available on rubygems and is subject to changes and must not be considered final. Elements of unreleased list may be edited or removed at any time.
44

5+
## [0.11.0] 2023-10-03
6+
7+
- [Added] Support partial capture of charges (https://github.com/omise/omise-ruby/pull/55)
8+
59
## [0.10.1] 2023-04-20
610

711
- [Updated] Updated test case for ruby >= 3.0 (https://github.com/omise/omise-ruby/pull/48)

lib/omise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Omise
2-
VERSION = "0.10.1"
2+
VERSION = "0.11.0"
33
end

0 commit comments

Comments
 (0)