We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58b29 commit eb4bd1dCopy full SHA for eb4bd1d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
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
10
## 0.7.12 (released 19-03-2016)
11
12
- Extend ShipmentServiceOptions in Shipping API
composer.json
@@ -14,7 +14,7 @@
14
"time in transit",
15
"tradeability"
16
],
17
- "version": "1.0.0",
+ "version": "1.2.0",
18
"license": "MIT",
19
"authors": [
20
{
@@ -53,7 +53,7 @@
53
},
54
"extra": {
55
"branch-alias": {
56
- "dev-develop": "0.5.1-dev"
+ "dev-master": "1.2-dev"
57
}
58
59
"autoload": {
0 commit comments