Skip to content

Commit

Permalink
Regenerated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelomelonas committed Aug 19, 2020
1 parent 812dafc commit f036e81
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [Unreleased](https://github.com/bunq/sdk_php/tree/HEAD)

[Full Changelog](https://github.com/bunq/sdk_php/compare/1.14.0...HEAD)

**Fixed bugs:**

- AttachmentMonetaryAccount needs a monetaryAccountId parameter [\#185](https://github.com/bunq/sdk_php/issues/185)
- Incorrect name space for BunqException [\#166](https://github.com/bunq/sdk_php/issues/166)

## [1.14.0](https://github.com/bunq/sdk_php/tree/1.14.0) (2020-07-27)

[Full Changelog](https://github.com/bunq/sdk_php/compare/1.13.1...1.14.0)
Expand Down Expand Up @@ -363,7 +372,6 @@

- Allow saving context to JSON and restoring from it [\#39](https://github.com/bunq/sdk_php/issues/39)
- Response is missing response headers and pagination [\#33](https://github.com/bunq/sdk_php/issues/33)
- Suggestion: use Objects instead of arrays [\#22](https://github.com/bunq/sdk_php/issues/22)
- Allow to configure Guzzle options / use a proxy to ensure static IP address [\#5](https://github.com/bunq/sdk_php/issues/5)
- Cleanup; add toJson and fromJson to ApiContext \[\#39\] [\#40](https://github.com/bunq/sdk_php/pull/40) ([dnl-blkv](https://github.com/dnl-blkv))
- \#33 bunq response [\#34](https://github.com/bunq/sdk_php/pull/34) ([dnl-blkv](https://github.com/dnl-blkv))
Expand All @@ -377,7 +385,6 @@
**Merged pull requests:**

- Fixes \#36 on php5.6 [\#37](https://github.com/bunq/sdk_php/pull/37) ([OGKevin](https://github.com/OGKevin))
- Added an .gitattributes file. [\#20](https://github.com/bunq/sdk_php/pull/20) ([cafferata](https://github.com/cafferata))

## [0.9.1](https://github.com/bunq/sdk_php/tree/0.9.1) (2017-08-07)

Expand All @@ -386,6 +393,7 @@
**Implemented enhancements:**

- Remove phpstan [\#28](https://github.com/bunq/sdk_php/issues/28)
- Suggestion: use Objects instead of arrays [\#22](https://github.com/bunq/sdk_php/issues/22)
- Changes the composer PHP requirement [\#19](https://github.com/bunq/sdk_php/pull/19) ([cafferata](https://github.com/cafferata))
- Removed the default PHPStorm constructor header\(s\) [\#18](https://github.com/bunq/sdk_php/pull/18) ([cafferata](https://github.com/cafferata))
- Add readme for tests. [\#16](https://github.com/bunq/sdk_php/pull/16) ([OGKevin](https://github.com/OGKevin))
Expand All @@ -412,6 +420,7 @@
- \#28 remove phpstan as it does not support php 5.6 [\#29](https://github.com/bunq/sdk_php/pull/29) ([qurben](https://github.com/qurben))
- \#25 Update directory for composer scripts, also omit version. [\#26](https://github.com/bunq/sdk_php/pull/26) ([qurben](https://github.com/qurben))
- Updated composer.lock [\#23](https://github.com/bunq/sdk_php/pull/23) ([cafferata](https://github.com/cafferata))
- Added an .gitattributes file. [\#20](https://github.com/bunq/sdk_php/pull/20) ([cafferata](https://github.com/cafferata))
- Fixed signature newline handling \(Windows\) [\#9](https://github.com/bunq/sdk_php/pull/9) ([BabyDino](https://github.com/BabyDino))


Expand Down

0 comments on commit f036e81

Please sign in to comment.