Skip to content

Commit

Permalink
Update version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Jan 21, 2021
1 parent eb5b094 commit 3bffc21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.4.0] - 2021-01-21
### Added
- Transfer.account_type property to allow "checking", "salary" or "savings" account specification
- Transfer.external_id property to allow users to take control over duplication filters
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To install the package with mix, add this to your deps and run `mix deps.get`:
```elixir
def deps do
[
{:starkbank, "~> 2.3.0"}
{:starkbank, "~> 2.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/request.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defmodule StarkBank.Utils.Request do
{'Access-Time', to_charlist(access_time)},
{'Access-Signature', to_charlist(signature)},
{'Content-Type', 'application/json'},
{'User-Agent', 'Elixir-#{System.version()}-SDK-2.3.0'},
{'User-Agent', 'Elixir-#{System.version()}-SDK-2.4.0'},
{'Accept-Language', Check.language()}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule StarkBank.MixProject do
[
app: :starkbank,
name: :starkbank,
version: "2.3.0",
version: "2.4.0",
homepage_url: "https://starkbank.com",
source_url: "https://github.com/starkbank/sdk-elixir",
description: description(),
Expand Down

0 comments on commit 3bffc21

Please sign in to comment.