File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
src/main/java/com/github/freeclimbapi Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
10
10
None
11
11
12
+ <a name =" 6.1.1 " ></a >
13
+
14
+ ## [ 6.1.1] - 2025-01-08
15
+
16
+ ### Changed
17
+
18
+ - Convert MessageResultsAllOfTfn to existing TFN model and make SDK updates per latest spec changes
19
+
12
20
<a name =" 6.1.0 " ></a >
13
21
14
22
## [ 6.1.0] - 2025-01-08
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Add this dependency to your project's POM:
40
40
<dependency >
41
41
<groupId >com.github.freeclimbapi</groupId >
42
42
<artifactId >freeclimb-java-client</artifactId >
43
- <version >6.1.0 </version >
43
+ <version >6.1.1 </version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
56
56
}
57
57
58
58
dependencies {
59
- implementation "com.github.freeclimbapi:freeclimb-java-client:6.1.0 "
59
+ implementation "com.github.freeclimbapi:freeclimb-java-client:6.1.1 "
60
60
implementation("com.squareup.okhttp3:okhttp:4.9.3")
61
61
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")
62
62
}
@@ -72,7 +72,7 @@ mvn clean package
72
72
73
73
Then manually install the following JARs:
74
74
75
- * ` target/freeclimb-java-client-6.1.0 .jar `
75
+ * ` target/freeclimb-java-client-6.1.1 .jar `
76
76
* ` target/lib/*.jar `
77
77
78
78
## Getting Started
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
4
4
apply plugin : ' com.diffplug.spotless'
5
5
6
6
group = ' com.github.freeclimbapi'
7
- version = ' 6.1.0 '
7
+ version = ' 6.1.1 '
8
8
9
9
buildscript {
10
10
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " com.github.freeclimbapi" ,
4
4
name := " freeclimb-java-client" ,
5
- version := " 6.1.0 " ,
5
+ version := " 6.1.1 " ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 5
5
<artifactId >freeclimb-java-client</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >freeclimb-java-client</name >
8
- <version >6.1.0 </version >
8
+ <version >6.1.1 </version >
9
9
<url >https://github.com/freeclimbapi/java-sdk</url >
10
10
<description >FreeClimb Java Client</description >
11
11
<scm >
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ private void init() {
121
121
json = new JSON ();
122
122
123
123
// Set default User-Agent.
124
- setUserAgent ("OpenAPI-Generator/6.1.0 /java" );
124
+ setUserAgent ("OpenAPI-Generator/6.1.1 /java" );
125
125
126
126
authentications = new HashMap <String , Authentication >();
127
127
}
You can’t perform that action at this time.
0 commit comments