Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jul 11, 2019
1 parent a423400 commit af4db70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][]

## [0.8.4][] - 2019-07-11

### Fixed

- Fix handling of errors in CreateOrUpdateInvoices

## [0.8.3][] - 2019-06-15

### Updated
Expand Down Expand Up @@ -91,7 +97,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Initial release

[Unreleased]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.3...HEAD
[Unreleased]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.4...HEAD
[0.8.4]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.3...0.8.4
[0.8.3]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.0...0.8.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The package can be installed by adding `tipalti` to your list of dependencies in
```elixir
def deps do
[
{:tipalti, "~> 0.8.3"}
{:tipalti, "~> 0.8.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tipalti.MixProject do
use Mix.Project

@version "0.8.3"
@version "0.8.4"

def project do
[
Expand Down

0 comments on commit af4db70

Please sign in to comment.