Skip to content

Commit

Permalink
Update version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Jan 19, 2021
1 parent 1786554 commit a60cff5
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.3.0] - 2021-01-19
### Fixed
- Missing brcode-payment in payment request processing
### Added
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.2.0"}
{:starkbank, "~> 2.3.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.2.0'},
{'User-Agent', 'Elixir-#{System.version()}-SDK-2.3.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.2.0",
version: "2.3.0",
homepage_url: "https://starkbank.com",
source_url: "https://github.com/starkbank/sdk-elixir",
description: description(),
Expand Down

0 comments on commit a60cff5

Please sign in to comment.