diff --git a/.gitignore b/.gitignore index 3febf4bb..a932082c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vendor composer.lock phpunit.xml +.phpunit.result.cache diff --git a/CHANGELOG.md b/CHANGELOG.md index bd68c6b1..e90f354a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/cashier/compare/v9.3.5...9.0) +## [Unreleased](https://github.com/laravel/cashier/compare/v9.3.6...9.0) + + +## [v9.3.6 (2020-03-24)](https://github.com/laravel/cashier/compare/v9.3.5...v9.3.6) + +### Fixed +- Add X-Vapor-Base64-Encode header ([#897](https://github.com/laravel/cashier/pull/897)) ## [v9.3.5 (2019-07-30)](https://github.com/laravel/cashier/compare/v9.3.4...v9.3.5)