Skip to content

Commit 532846c

Browse files
Update version to 2.5.0
1 parent b06758c commit 532846c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.5.0] - 2021-08-10
1618
### Added
1719
- "payment" account type for Pix related resources
1820
- missing parameters to Boleto, BrcodePayment, DictKey, Event, Invoice, Transfer and Workspace resources

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To install the package with mix, add this to your deps and run `mix deps.get`:
3535
```elixir
3636
def deps do
3737
[
38-
{:starkbank, "~> 2.4.1"}
38+
{:starkbank, "~> 2.5.0"}
3939
]
4040
end
4141
```

lib/utils/request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule StarkBank.Utils.Request do
6565
{'Access-Time', to_charlist(access_time)},
6666
{'Access-Signature', to_charlist(signature)},
6767
{'Content-Type', 'application/json'},
68-
{'User-Agent', 'Elixir-#{System.version()}-SDK-2.4.1'},
68+
{'User-Agent', 'Elixir-#{System.version()}-SDK-2.5.0'},
6969
{'Accept-Language', Check.language()}
7070
]
7171
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule StarkBank.MixProject do
55
[
66
app: :starkbank,
77
name: :starkbank,
8-
version: "2.4.1",
8+
version: "2.5.0",
99
homepage_url: "https://starkbank.com",
1010
source_url: "https://github.com/starkbank/sdk-elixir",
1111
description: description(),

0 commit comments

Comments
 (0)