Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Oct 24, 2022
1 parent c78e1a1 commit a757946
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.13.0 2022-10-24

### Added

- [Braintree.Webhook] Allow passing options to webhook parser/validator, similar
to other API functions.

- [Braintree.Plan] Expand plan functionality with `delete`, improved guard
clauses, and better response code formatting.

- [Braintree.Customer] Support ACH Direct Debit payment methods.

### Fixed

- [Braintree.HTTP] Fix error in response type specification.

This typespec error wasn't caught given the current dialyzer settings, but
could cause issues for clients expecting things like `{:error, :not_found}`.

## v0.12.1 2021-11-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add braintree to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:braintree, "~> 0.12"}]
[{:braintree, "~> 0.13"}]
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 Braintree.Mixfile do
use Mix.Project

@version "0.12.1"
@version "0.13.0"

def project do
[
Expand Down

0 comments on commit a757946

Please sign in to comment.