diff --git a/CHANGELOG b/CHANGELOG
index ec53cdc..35c4ef0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2018-01-10
+* Released v9.2.0
+* Added support for Account.disablementTime and Account.ownerUserId
+
2017-08-24
* Released v9.1.0, updating API support to 2017-05-31
* Added support for CreditCard.bin
diff --git a/lib/wepay.jar b/lib/wepay.jar
index bcaa396..12f83f0 100644
Binary files a/lib/wepay.jar and b/lib/wepay.jar differ
diff --git a/pom.xml b/pom.xml
index 09e3b96..fc095aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.wepay
wepay-java-sdk
- 9.1.0
+ 9.2.0
wepay-java-sdk
WePay Java SDK
diff --git a/src/main/java/com/wepay/net/WePayResource.java b/src/main/java/com/wepay/net/WePayResource.java
index fcc5add..fce3216 100644
--- a/src/main/java/com/wepay/net/WePayResource.java
+++ b/src/main/java/com/wepay/net/WePayResource.java
@@ -56,7 +56,7 @@ protected static javax.net.ssl.HttpsURLConnection httpsConnect(String call, Head
connection.setRequestMethod("POST");
connection.setRequestProperty("Content-Type", "application/json");
connection.setRequestProperty("Api-Version", "2017-05-31");
- connection.setRequestProperty("User-Agent", "WePay Java SDK v9.1.0");
+ connection.setRequestProperty("User-Agent", "WePay Java SDK v9.2.0");
if (headerData != null) {
if (headerData.accessToken != null) {