Skip to content

Commit

Permalink
Prepare 5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jun 28, 2018
1 parent ed42a90 commit 4f903f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## 5.7 - 2018-06-28
- New released feature in `5.7`
- AvailabilityZones (#14)

## 5.6 - 2018-01-03
- New released features in `5.6`
- Additional HA-IP features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ including extensive documentation.
To use this library without running in to trouble you will need PHP 5.6+ or HHVM 3.6+ and Composer.

1. Get the latest version of TransIP by adding the following line to your `composer.json` file
`"hiddeco/transip": "5.6.*"`
`"hiddeco/transip": "5.7.*"`

2. Run `composer update` or `composer install`

Expand Down
2 changes: 1 addition & 1 deletion src/Soap/SoapClientDirector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class SoapClientDirector
{
const CLIENT_VERSION = 5.6;
const CLIENT_VERSION = 5.7;

/**
* @var string
Expand Down

0 comments on commit 4f903f6

Please sign in to comment.