Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Feb 19, 2019
1 parent 9864ad8 commit 856f441
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.1][] - 2019-02-19

### Fixed

- Tipalti IPN events with type "bills" are translated to type "bill_updated"

## [0.8.0][] - 2019-02-15

### Added
Expand Down Expand Up @@ -73,7 +79,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.0...HEAD
[Unreleased]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.1...HEAD
[0.8.1]: https://github.com/peek-travel/tipalti-elixir/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/peek-travel/tipalti-elixir/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/peek-travel/tipalti-elixir/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/peek-travel/tipalti-elixir/compare/0.5.1...0.6.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The package can be installed by adding `tipalti` to your list of dependencies in
```elixir
def deps do
[
{:tipalti, "~> 0.8.0"}
{:tipalti, "~> 0.8.1"}
]
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.0"
@version "0.8.1"

def project do
[
Expand Down

0 comments on commit 856f441

Please sign in to comment.