diff --git a/CHANGELOG.md b/CHANGELOG.md index fe962665..4c744194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +[2024-08-08] Version 3.15.0 +--------------------------- +**Library - Feature** +- [PR #471](https://github.com/sendgrid/sendgrid-go/pull/471): add mail_v3 functionality for reply_to_list + + [2023-12-01] Version 3.14.0 --------------------------- **Library - Chore** diff --git a/base_interface.go b/base_interface.go index f9c0d609..8cd0b79d 100644 --- a/base_interface.go +++ b/base_interface.go @@ -15,7 +15,7 @@ import ( // Version is this client library's current version const ( - Version = "3.14.0" + Version = "3.15.0" rateLimitRetry = 5 rateLimitSleep = 1100 )