Skip to content

Commit

Permalink
Bump to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Mar 23, 2023
1 parent 8feed60 commit 3638787
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ Given a version number MAJOR.MINOR.PATCH, increment:

## [Unreleased]

## [2.7.0] - 2023-03-16
## [2.8.0] - 2023-03-23
### Added
- metadata attribute to Transfer resource

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

GEM
Expand All @@ -25,6 +25,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
ruby-progressbar (1.10.1)
starkbank-ecdsa (2.0.0)
starkcore (0.0.1)
starkbank-ecdsa (~> 2.0.0)
unicode-display_width (1.7.0)
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.7.0')
gem('starkbank', '~> 2.8.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.7.0'
SDK_VERSION = '2.8.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.7.0'
s.version = '2.8.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 3638787

Please sign in to comment.