Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Nov 1, 2024
1 parent 956b034 commit 464eae0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## v0.14.0

### Added

- [Braintree.VenmoAccount] Implements support for Venmo accounts

### Bug Fixes

- [Braintree.*] Fix specs for functions returning HTTP errors

* Fix specs for functions returning HTTP errors
* Fix `Transaction` amount typespec and `ClientToken` compiler warning
* Make default amount same type as true typespec

- [Braintree.ClientToken] Fix typespec on `ClientToken.generate/2`

- [Braintree.Customer] Update `Customer.find/2` typespec

- [Braintree.HTTP] Support common 5XX HTTP error statuses

- [Braintree.Search] Include `:not_found` in search error typespec

## v0.13.0 2022-10-24

### Added
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.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit 464eae0

Please sign in to comment.