Skip to content

Commit

Permalink
Update Changelog for Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed May 6, 2020
1 parent eb1330b commit bd58dd2
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog

## [3.1.0](https://github.com/recurly/recurly-client-php/tree/HEAD)
## [3.1.1](https://github.com/recurly/recurly-client-php/tree/HEAD)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.0.1...HEAD)
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.1.0...HEAD)

**Fixed bugs:**

- Parsing 'false' as null inside the v3 API [\#495](https://github.com/recurly/recurly-client-php/issues/495)

**Merged pull requests:**

- Release 3.1.1 [\#497](https://github.com/recurly/recurly-client-php/pull/497) ([douglasmiller](https://github.com/douglasmiller))
- Make returns nullable [\#496](https://github.com/recurly/recurly-client-php/pull/496) ([bhelx](https://github.com/bhelx))
- Ensure that path parameters are not empty strings [\#494](https://github.com/recurly/recurly-client-php/pull/494) ([douglasmiller](https://github.com/douglasmiller))

## [3.1.0](https://github.com/recurly/recurly-client-php/tree/3.1.0) (2020-04-20)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.0.1...3.1.0)

**Merged pull requests:**

Expand Down

0 comments on commit bd58dd2

Please sign in to comment.