Skip to content

Commit

Permalink
Bump to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Jul 20, 2024
1 parent 6857cc3 commit 642e510
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.12.0] - 2024-07-20
### Added
- update function to Deposit resource
- raw methods
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.11.0)
starkbank (2.12.0)
starkcore (~> 0.2.2)

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

```sh
gem('starkbank', '~> 2.11.0')
gem('starkbank', '~> 2.12.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 @@ -60,7 +60,7 @@
module StarkBank

API_VERSION = 'v2'
SDK_VERSION = '2.11.0'
SDK_VERSION = '2.12.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.11.0'
s.version = '2.12.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 642e510

Please sign in to comment.