Skip to content

Commit

Permalink
Prepare 5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Feb 17, 2017
1 parent f2f5eda commit 491a7b7
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.4 - 2017-02-17
- New released features in `5.4`:
- HA-IP service

## 5.3.3 - 2017-01-27
- Fixed property order of `WhoisContact` model (#8)

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.3.*"`
`"hiddeco/transip": "5.4.*"`

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.3;
const CLIENT_VERSION = 5.4;

/**
* @var string
Expand Down

0 comments on commit 491a7b7

Please sign in to comment.