Skip to content

Commit eb4bd1d

Browse files
committed
chore: Prepare 1.2.0
1 parent df58b29 commit eb4bd1d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 1.2.0 (released 15-09-2020)
4+
5+
- Removed PHP 5.5, 5.6 and 7.0 support
6+
- Add Guzzle 7 support (thanks @neoteknic #289)
7+
- Add support of PHP 8.0
8+
- Update PHPUnit to version 7 or 9.3
9+
310
## 0.7.12 (released 19-03-2016)
411

512
- Extend ShipmentServiceOptions in Shipping API

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"time in transit",
1515
"tradeability"
1616
],
17-
"version": "1.0.0",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -53,7 +53,7 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-develop": "0.5.1-dev"
56+
"dev-master": "1.2-dev"
5757
}
5858
},
5959
"autoload": {

0 commit comments

Comments
 (0)