diff --git a/CHANGELOG.md b/CHANGELOG.md
index efb5182..0f44ae5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## [4.1.0] - 2025-04-18
+- Add support for `reply_to` in Sending API (in https://github.com/railsware/mailtrap-nodejs/pull/58, thanks to @aolamide).
+
## [4.0.0] - 2025-02-28
- BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
- BREAKING CHANGE: Removes send methods from the `BulkSendingAPI` and `TestingAPI` classes. There should be only one send method on the `MailtrapClient`.
diff --git a/package.json b/package.json
index 186cc23..2fb183d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mailtrap",
"description": "Official mailtrap.io API client",
- "version": "4.0.0",
+ "version": "4.1.0",
"author": "Railsware Products Studio LLC",
"dependencies": {
"axios": ">=0.27"