Skip to content

Commit

Permalink
SNOW-84536: Bump up version to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed Jul 1, 2019
1 parent 4347f06 commit 53846d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
Release Notes
-------------------------------------------------------------------------------

- v1.8.4(July 01,2019)

- Update Python Connector to discard invalid OCSP Responses while merging caches

- v1.8.3(June 17,2019)

- Update Client Driver OCSP Endpoint URL for Private Link Customers
- Ignore session gone 390111 when closing
- Python3.4 using requests 2.21.0 needs older version of urllib3
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (1, 8, 3, None)
VERSION = (1, 8, 4, None)

0 comments on commit 53846d8

Please sign in to comment.