summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-11-24 19:20:32 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-11-24 19:20:32 -0800
commit1c1806d39aa573e87bca6c8bba2aa65f1a223898 (patch)
treeaf1711eb12796fe63541186d217e36b5a2bbbc89
parent77f9554031c6c85b2bae1989784eb3f687be9abd (diff)
downloadsendgrid-csharp-1c1806d39aa573e87bca6c8bba2aa65f1a223898.zip
sendgrid-csharp-1c1806d39aa573e87bca6c8bba2aa65f1a223898.tar.gz
sendgrid-csharp-1c1806d39aa573e87bca6c8bba2aa65f1a223898.tar.bz2
Update CHANGELOG
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44c06cf..34aa6fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
-# Change Log
+# Change Log
All notable changes to this project will be documented in this file.
+## [6.3.0] - 2015-11-24
+###Added
+- Send emails using API Key
+
## [6.2.0] - 2015-11-18
###Added
-- Added support for using the Web API v3 endpoints.
+- Added support for using the Web API v3 endpoints
- Implemented the api_keys endpoint [GET, POST, PATCH, DELETE]
## [6.1.0] - 2015-4-27
###Added
-- Added support for sending via API keys in addition to credentials. Pass an API Key string to the Web transport constructor.
+- Added support for sending via API keys in addition to credentials. Pass an API Key string to the Web transport constructor
## [6.0.1] - 2015-4-24
###Fixed