Skip to content

Commit

Permalink
chore: Prepare 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed Sep 15, 2020
1 parent df58b29 commit eb4bd1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.2.0 (released 15-09-2020)

- Removed PHP 5.5, 5.6 and 7.0 support
- Add Guzzle 7 support (thanks @neoteknic #289)
- Add support of PHP 8.0
- Update PHPUnit to version 7 or 9.3

## 0.7.12 (released 19-03-2016)

- Extend ShipmentServiceOptions in Shipping API
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"time in transit",
"tradeability"
],
"version": "1.0.0",
"version": "1.2.0",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "0.5.1-dev"
"dev-master": "1.2-dev"
}
},
"autoload": {
Expand Down

0 comments on commit eb4bd1d

Please sign in to comment.