We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34934d6 commit dc0da95Copy full SHA for dc0da95
README.adoc
@@ -42,6 +42,12 @@ See link:gitlfs-server/src/test/kotlin/ru/bozaro/gitlfs/server/ServerTest.kt[] f
42
43
== Changelog
44
45
+=== 0.18.0
46
+
47
+* Drop Java 8 support
48
+* Upgrade to Jakarta Servlet 5.0
49
+* Upgrade to Jetty 11
50
51
=== 0.17.0
52
53
* Properly handle `Transfer-Encoding: chunked`.
build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
24
25
allprojects {
26
group = "ru.bozaro.gitlfs"
27
- version = "0.18.0-SNAPSHOT"
+ version = "0.18.0"
28
29
apply(plugin = "idea")
30
apply(plugin = "com.github.ben-manes.versions")
0 commit comments