Skip to content

Commit

Permalink
Bump to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Mar 16, 2023
1 parent 40fc9b6 commit d222364
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [2.7.0] - 2023-03-16
### Added
- updated, type and transaction_ids attribute to UtilityPayment resource
- workspace_id attribute to Boleto resource
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
starkbank (2.6.0)
starkbank (2.7.0)
starkcore (~> 0.0.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gem install starkbank
1.2 Or just add this to your Gemfile:

```sh
gem('starkbank', '~> 2.6.0')
gem('starkbank', '~> 2.7.0')
```

## 2. Create your Private and Public Keys
Expand Down
2 changes: 1 addition & 1 deletion lib/starkbank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
module StarkBank

API_VERSION = 'v2'
SDK_VERSION = '2.6.0'
SDK_VERSION = '2.7.0'
HOST = "bank"
public_constant :API_VERSION, :SDK_VERSION, :HOST;

Expand Down
2 changes: 1 addition & 1 deletion starkbank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'starkbank'
s.version = '2.6.0'
s.version = '2.7.0'
s.summary = 'SDK to facilitate Ruby integrations with Stark Bank'
s.authors = 'starkbank'
s.homepage = 'https://github.com/starkbank/sdk-ruby'
Expand Down

0 comments on commit d222364

Please sign in to comment.