Skip to content

Commit

Permalink
Bump to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed May 12, 2023
1 parent 2496859 commit 948fb0b
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.10.0] - 2023-05-12
### Added
- purpose and schedule attributes to CorporateRule resource
- description attribute to CorporatePurchase::Log 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.9.0)
starkbank (2.10.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 @@ -89,7 +89,7 @@ gem install starkbank
1.2 Or just add this to your Gemfile:

```sh
gem('starkbank', '~> 2.9.0')
gem('starkbank', '~> 2.10.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 @@ -59,7 +59,7 @@
module StarkBank

API_VERSION = 'v2'
SDK_VERSION = '2.9.0'
SDK_VERSION = '2.10.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.9.0'
s.version = '2.10.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 948fb0b

Please sign in to comment.