diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index 719af76e2..df0e5b39c 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -9,6 +9,14 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne Release Notes ------------------------------------------------------------------------------- +- v1.8.0 (May 10, 2019) + + - support numpy.bool_ in binding type + - Add Option to Skip Request Pooling + - Add OCSP_MODE metric + - Fixed PUT URI issue for Windows path + - OCSP SoftFail + - v1.7.11 (April 22, 2019) - numpy timestamp with timezone support diff --git a/version.py b/version.py index 66195ed3c..ff2c6bd46 100644 --- a/version.py +++ b/version.py @@ -1,3 +1,3 @@ # Update this for the versions # Don't change the forth version number from None -VERSION = (1, 7, 11, None) +VERSION = (1, 8, 0, None)