Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Oct 28, 2020
1 parent 14feb4e commit 4554589
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.1.0] - 2020-10-28
### Added
- BoletoHolmes to investigate boleto status according to CIP

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.0.0"}
{:starkbank, "~> 2.1.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.0.0'},
{'User-Agent', 'Elixir-#{System.version()}-SDK-2.1.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.0.0",
version: "2.1.0",
homepage_url: "https://starkbank.com",
source_url: "https://github.com/starkbank/sdk-elixir",
description: description(),
Expand Down

0 comments on commit 4554589

Please sign in to comment.