summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2015-11-18 12:40:18 -0800
committerElmer Thomas <elmer@ThinkingSerious.com>2015-11-18 12:40:18 -0800
commit4dc54a323d12fa3b88d42cdbcd9aff93646f54e4 (patch)
treecb26b26acecd48e23cf50d2293259434e3546de3
parent9c1837431eac2ad104d92541587aa2e578f98108 (diff)
downloadsendgrid-csharp-4dc54a323d12fa3b88d42cdbcd9aff93646f54e4.zip
sendgrid-csharp-4dc54a323d12fa3b88d42cdbcd9aff93646f54e4.tar.gz
sendgrid-csharp-4dc54a323d12fa3b88d42cdbcd9aff93646f54e4.tar.bz2
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d76bd27..b0c3246 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [6.2.0] - 2015-11=18
+###Added
+- 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.