diff --git a/CHANGELOG.md b/CHANGELOG.md index f72a2fa..b4d3c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.0] - 2024-01-31 +- Add support for Testing product API. + - All public routes from API V2 are now available in SDK. + - Refer to the [`examples`](examples) folder for code examples. +- Security updates. + ## [3.2.0] - 2023-08-30 - Add `mailtrap-nodemailer-transporter` for sending emails using HTTP API via `nodemailer`. - Security updates. diff --git a/package.json b/package.json index d1b8472..de63ab3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrap", "description": "Official mailtrap.io API client", - "version": "3.2.0", + "version": "3.3.0", "author": "Railsware Products Studio LLC", "dependencies": { "axios": ">=0.27"