Skip to content

Commit 268078a

Browse files
Merge pull request #64 from starkbank/bump
Bump to v2.13.0
2 parents 8aed2a4 + bc1bd52 commit 268078a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [2.13.0] - 2025-03-17
1618
### Added
1719
- display_description and rules parameters to DynamicBrcode resource
1820

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
starkbank (2.12.0)
4+
starkbank (2.13.0)
55
starkcore (~> 0.2.2)
66

77
GEM

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ gem install starkbank
9090
1.2 Or just add this to your Gemfile:
9191

9292
```sh
93-
gem('starkbank', '~> 2.12.0')
93+
gem('starkbank', '~> 2.13.0')
9494
```
9595

9696
## 2. Create your Private and Public Keys

lib/starkbank.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
module StarkBank
6262

6363
API_VERSION = 'v2'
64-
SDK_VERSION = '2.12.0'
64+
SDK_VERSION = '2.13.0'
6565
HOST = "bank"
6666
public_constant :API_VERSION, :SDK_VERSION, :HOST;
6767

starkbank.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'starkbank'
5-
s.version = '2.12.0'
5+
s.version = '2.13.0'
66
s.summary = 'SDK to facilitate Ruby integrations with Stark Bank'
77
s.authors = 'starkbank'
88
s.homepage = 'https://github.com/starkbank/sdk-ruby'

0 commit comments

Comments
 (0)