Skip to content

Commit

Permalink
updates for manual release (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Aug 8, 2024
1 parent c7b120f commit e1fa535
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion base_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit e1fa535

Please sign in to comment.