diff --git a/Changes.txt b/Changes.txt index ee320fd..84b9894 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,6 +1,13 @@ +####################### +## 1.1.0 +## 2026-05-13 + + * Update Job clientTransactionRef from Integer to String + * Update maven publishing tools + ####################### ## 1.0.23 -## 2026-0218 +## 2026-02-18 * Implement Job fields caseTypeString, caseReferenceNumber, documentTypeId * Implement Address field businessName diff --git a/README.md b/README.md index c9637f8..400413c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Although this project is open source, ServeManager is a commercial product and y com.greenfiling.smclient servemanager-client - 1.0.24-SNAPSHOT + 1.1.0 ``` diff --git a/pom.xml b/pom.xml index a798d17..21b486f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.greenfiling.smclient servemanager-client - 1.0.24-SNAPSHOT + 1.1.0 ServeManager Api Client Java implementation of client for ServeManager API (https://www.servemanager.com/) https://www.github.com/greenfiling/servemanager-client