From 0d39e942be91969b24a6c8ce2f1a29df166937e7 Mon Sep 17 00:00:00 2001
From: Brooke White <whbrook@amazon.com>
Date: Mon, 6 Dec 2021 09:27:51 -0800
Subject: [PATCH] chore: bump version to 2.0.901

---
 CHANGELOG.md                  | 11 +++++++++++
 redshift_connector/version.py |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9185c4..c81667a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@ Changelog
 =========
 
 
+v2.0.901 (2021-12-06)
+---------------------
+- Refactor(test, paramstyle): adjust to order result set. [Brooke White]
+- Test(iam, aws_credentials): allow aws creds from env var. [Brooke
+  White]
+- Fix(iam, aws_credentials): allow aws credentials from env var. [Brooke
+  White]
+- Test(paramstyle): add integration tests, rework. [Brooke White]
+- Fix(paramstyle): resolve issue with pyformat. [Brooke White]
+
+
 v2.0.900 (2021-11-19)
 ---------------------
 - Chore: update package classifiers. [Brooke White]
diff --git a/redshift_connector/version.py b/redshift_connector/version.py
index 7c36d56..73961dc 100644
--- a/redshift_connector/version.py
+++ b/redshift_connector/version.py
@@ -2,4 +2,4 @@
 # 1) we don't load dependencies by storing it in __init__.py
 # 2) we can import it in setup.py for the same reason
 # 3) we can import it into your module module
-__version__ = "2.0.900"
+__version__ = "2.0.901"