From 9c1d25440fc1735992ad1844dfa832ca790c0b73 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Wed, 1 May 2019 18:30:19 -0700 Subject: [PATCH] v6.0.5: fix unicode regression --- CHANGELOG.md | 9 +++++++++ docker/README.md | 3 ++- sendgrid/VERSION.txt | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e5def06..755e5f00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## [6.0.5] - 2019-05-01 ## + +### Fixed + +- [PR #794](https://github.com/sendgrid/sendgrid-python/pull/794): Update type requirements used for multiple objects (BIG thanks to [@jphilipsen05](https://github.com/jphilipsen05)) +- [PR #797](https://github.com/sendgrid/sendgrid-python/pull/797): API Key typo +- [PR #792](https://github.com/sendgrid/sendgrid-python/pull/792): Fixes #790: TypeError "name must be of type string" regression when name is Unicode string (BIG thanks to [@johnpkennedy](https://github.com/johnpkennedy)) +- [PR #785](https://github.com/sendgrid/sendgrid-python/pull/785): Link for 'Transactional Templates' in use_cases README.md broken (BIG thanks to [@nguyenpk](https://github.com/nguyenpk)) + ## [6.0.3] - 2019-04-05 ## ### Added diff --git a/docker/README.md b/docker/README.md index c23aad43b..80001d5ab 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,6 @@ # Supported tags and respective `Dockerfile` links - - `v6.0.3`, `latest` [(Dockerfile)](https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile) + - `v6.0.5`, `latest` [(Dockerfile)](https://github.com/sendgrid/sendgrid-python/blob/master/docker/Dockerfile) + - `v6.0.3` - `v6.0.0` - `v5.6.0` - `v5.5.0` diff --git a/sendgrid/VERSION.txt b/sendgrid/VERSION.txt index 1aa5e414f..288b2cd9a 100644 --- a/sendgrid/VERSION.txt +++ b/sendgrid/VERSION.txt @@ -1 +1 @@ -6.0.4 +6.0.5