Skip to content

Commit c8229c1

Browse files
committed
chore: update version to 3.7.0
1 parent 6f443b2 commit c8229c1

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.7.0
4+
5+
* Add info in the additional customer reference for bpost statistics
6+
37
### 3.6.0
48

59
* Add compatibility with AtIntlPugo and AtIntlHome

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antidot-be/bpost-api-library",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"type": "library",
55
"description": "bpost API library is a PHP library to communicate with the bpost API.",
66
"homepage": "https://github.com/Antidot-be/bpost-api-library",

src/Bpack247.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Bpack247
2626
const API_URL = 'http://www.bpack247.be/BpostRegistrationWebserviceREST/servicecontroller.svc';
2727

2828
// current version
29-
const VERSION = '3.6.0';
29+
const VERSION = '3.7.0';
3030

3131
/**
3232
* The account id

src/Bpost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Bpost
5656
const API_URL = 'https://shm-rest.bpost.cloud/services/shm';
5757

5858
// current version
59-
const VERSION = '3.6.0';
59+
const VERSION = '3.7.0';
6060

6161
/** Min weight, in grams, for a shipping */
6262
const MIN_WEIGHT = 0;

src/Geo6.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Geo6
2525
const API_URL = 'https://pudo.bpost.be/Locator';
2626

2727
// current version
28-
const VERSION = '3.6.0';
28+
const VERSION = '3.7.0';
2929

3030
/**
3131
* @see getPointType

0 commit comments

Comments
 (0)