Skip to content

Commit d222364

Browse files
Bump to v2.7.0
1 parent 40fc9b6 commit d222364

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.7.0] - 2023-03-16
1618
### Added
1719
- updated, type and transaction_ids attribute to UtilityPayment resource
1820
- workspace_id attribute to Boleto resource

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.6.0)
4+
starkbank (2.7.0)
55
starkcore (~> 0.0.1)
66

77
GEM

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ gem install starkbank
8282
1.2 Or just add this to your Gemfile:
8383

8484
```sh
85-
gem('starkbank', '~> 2.6.0')
85+
gem('starkbank', '~> 2.7.0')
8686
```
8787

8888
## 2. Create your Private and Public Keys

lib/starkbank.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
module StarkBank
4444

4545
API_VERSION = 'v2'
46-
SDK_VERSION = '2.6.0'
46+
SDK_VERSION = '2.7.0'
4747
HOST = "bank"
4848
public_constant :API_VERSION, :SDK_VERSION, :HOST;
4949

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.6.0'
5+
s.version = '2.7.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)