Skip to content

Commit

Permalink
v5 ↠ v5.1
Browse files Browse the repository at this point in the history
adding v5.1 functionalities
  • Loading branch information
ivikramsahu committed Sep 1, 2020
1 parent e0e7211 commit 011fdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ use PepipostLib\Exceptions;
$apiKey = '96c909c62bcc1dfdacef7dfdda34ea8477';

$client = new PepipostLib\PepipostClient($apiKey);
$sendController = $client->getSend();
$sendController = $client->getMailSend();

$body = new Models\Send;
$body->from = new Models\From;
Expand Down Expand Up @@ -167,7 +167,7 @@ For more information about the parameters, we would like to recommend our [API d
<a name="announcements"></a>
# Announcements

v5.0.0 has been released! Please see the [release notes](https://github.com/pepipost/pepipost-sdk-php/releases/tag/v5.0.0) for details.
v5.1.0 has been released! Please see the [release notes](https://github.com/pepipost/pepipost-sdk-php/releases/tag/v5.1.0) for details.

All updates to this library are documented in our [releases](https://github.com/pepipost/pepipost-sdk-php/releases). For any queries and feedbacks, feel free to reach out us at dx@pepipost.com

Expand Down

0 comments on commit 011fdcf

Please sign in to comment.