diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index deb075f35..108c63e55 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,10 @@
+**JDBC Driver 3.8.5**
+
+- \| SNOW-82723 | Support proxyHost including dash and dot
+- \| SNOW-84129 | JDBC turn on CLIENT_ENABLE_CONSERVATIVE_MEMORY_USAGE except prod for testing
+- \| SNOW-83666 | PUT to S3 endpoint return timeout when using a JDBC connection through proxy
+- \| SNOW-84396 | Types.SMALLINT not supported in getColumnClassName
+
**JDBC Driver 3.8.4**
- \| SNOW-38957 | Connection errors will return multiple error codes instead of 200002
diff --git a/pom.xml b/pom.xml
index 204262dda..a0ed7855c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
net.snowflake
snowflake-jdbc
- 3.8.4
+ 3.8.5
jar
snowflake-jdbc
@@ -148,7 +148,7 @@
net.snowflake
snowflake-common
- 3.1.33
+ 3.1.34
jar
compile