Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Although this project is open source, ServeManager is a commercial product and y
<dependency>
<groupId>com.greenfiling.smclient</groupId>
<artifactId>servemanager-client</artifactId>
<version>1.0.24-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.greenfiling.smclient</groupId>
<artifactId>servemanager-client</artifactId>
<version>1.0.24-SNAPSHOT</version>
<version>1.1.0</version>
<name>ServeManager Api Client</name>
<description>Java implementation of client for ServeManager API (https://www.servemanager.com/)</description>
<url>https://www.github.com/greenfiling/servemanager-client</url>
Expand Down
Loading