diff --git a/README.md b/README.md
index 8abb137..acff8a3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Voximplant API client library
-#### Version 1.9.0
+#### Version 1.10.0
## Prerequisites
@@ -25,7 +25,7 @@ Setup a `maven` dependency for your project:
com.voximplant
apiclient
- 1.9.0
+ 1.10.0
```
diff --git a/pom.xml b/pom.xml
index a1cf614..a17ac32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.voximplant
apiclient
- 1.9.0
+ 1.10.0
jar
voximplant-apiclient
diff --git a/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java
index 2635948..6501c64 100644
--- a/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java
+++ b/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java
@@ -43,7 +43,8 @@ public GetHistoryReportsRequest setHistoryReportId(long d) {
/**
* The history report type list separated by semicolons (;). Use the
* 'all' value to select all history report types. The following values
- * are possible: calls, calls_brief, transactions, audit, call_list
+ * are possible: calls, calls_brief, transactions, audit, call_list,
+ * transactions_on_hold
*/
public MultiArgument getHistoryType() {
return this.historyType;
@@ -56,7 +57,8 @@ public boolean hasHistoryType() {
/**
* The history report type list separated by semicolons (;). Use the
* 'all' value to select all history report types. The following values
- * are possible: calls, calls_brief, transactions, audit, call_list
+ * are possible: calls, calls_brief, transactions, audit, call_list,
+ * transactions_on_hold
*/
public GetHistoryReportsRequest setHistoryType(MultiArgument d) {
this.historyType = d;