Skip to content

Commit

Permalink
chore(composer): update version to 3.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kouinkouin committed Nov 22, 2022
1 parent 4b9216f commit eff1fe6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

### 3.4.11

* Fix previously broken unit tests
* Add github-actions
* Format code by following PSR-12

### 3.4.10

* throw BpostInvalidXmlResponseException if XML response if not a valid XML

### 3.4.9

* Geo6.php supports Country
* Fix string/int comparison in ApiCaller
Add PHP7.1 -> 8.0 to travis CI job

### 3.4.8

* Update version of some composer packages

### 3.4.7

* Endpoint change for Geo6/Pudo

### 3.4.6

* For National, option Insured must call class Insurance
* Fixed the parcel locker 'unregistered', UnregisteredParceLockerMember is deprecated #16

### 3.4.5

* Fix PHP signatures

### 3.4.1

* Refactoring
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antidot-be/bpost-api-library",
"version": "3.4.10",
"version": "3.4.11",
"type": "library",
"description": "bpost API library is a PHP library to communicate with the bpost API.",
"homepage": "https://github.com/Antidot-be/bpost-api-library",
Expand Down

0 comments on commit eff1fe6

Please sign in to comment.