Skip to content

Commit

Permalink
prepare for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 2, 2018
1 parent 75814af commit 06cf0fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Eventum RPC Client Library

## UNRELEASED
## [4.3.0] - 2018-05-02

- Make cloning object do clone used objects as well, [#5]
- Add fluent interface for setter methods, [#6]

[4.3.0]: https://github.com/eventum/rpc/compare/v4.2.0...v4.3.0
[#5]: https://github.com/eventum/rpc/pull/5
[#6]: https://github.com/eventum/rpc/pull/6

Expand Down
2 changes: 1 addition & 1 deletion src/XmlRpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class XmlRpcClient
{
const VERSION = '4.2.0';
const VERSION = '4.3.0';

/** @var PhpXmlRpc\Client */
private $client;
Expand Down

0 comments on commit 06cf0fa

Please sign in to comment.