File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Zendesk Java Client
2
2
===================
3
3
4
- This is a Zendesk client implementation written in Java using AsyncHttpClient and Jackson.
4
+ This is a [ Zendesk] [ zd ] client implementation written in Java using AsyncHttpClient and Jackson.
5
5
6
6
Using the API
7
7
-------------
@@ -75,3 +75,7 @@ History
75
75
* 0.0.x - Initial release series
76
76
77
77
* 0.1.x - Switched from ` Integer ` as the id type to ` Long ` due to reports of overflow
78
+
79
+ * 0.2.x - At request of [ Zendesk] [ zd ] , renamed ` ZenDesk ` to ` Zendesk `
80
+
81
+ [ zd ] : http://zendesk.com
Original file line number Diff line number Diff line change 25
25
26
26
<groupId >com.cloudbees.thirdparty</groupId >
27
27
<artifactId >zendesk-java-client</artifactId >
28
- <version >0.1.1 -SNAPSHOT</version >
28
+ <version >0.2.0 -SNAPSHOT</version >
29
29
30
30
<name >zendesk-java-client</name >
31
31
<description >Java client for the Zendesk API</description >
You can’t perform that action at this time.
0 commit comments