Skip to content

Commit

Permalink
Merge pull request #98 from snowflakedb/mwinstanley-release
Browse files Browse the repository at this point in the history
Release 1.0.9
  • Loading branch information
sfc-gh-xhuang authored Sep 10, 2024
2 parents 114998b + 7b8f478 commit 658ff04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges

Release Notes
-------------------------------------------------------------------------------
- v1.0.9 (September 10, 2024)

- Fix casing for RFC-6750 conformity
- Handle unexpected json structure in error payload

- v1.0.8 (July 03, 2024)
- Update dependency package to newer version (requests)

Expand Down
2 changes: 1 addition & 1 deletion snowflake/ingest/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Update this for the versions
__version__ = '1.0.8'
__version__ = '1.0.9'

0 comments on commit 658ff04

Please sign in to comment.