Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
cdottori-stark committed Jun 5, 2020
1 parent 8b7a342 commit e88bda8
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [0.5.0] - 2020-06-05
### Added
- Travis CI integration
- Boleto PDF layout option
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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, "~> 0.4.0"}
{:starkbank, "~> 0.5.0"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ defmodule StarkBank.MixProject do
[
app: :starkbank,
name: :starkbank,
version: "0.4.0",
version: "0.5.0",
homepage_url: "https://starkbank.com",
source_url: "https://github.com/starkbank/sdk-elixir",
description: description(),

0 comments on commit e88bda8

Please sign in to comment.