Skip to content

Commit dc0da95

Browse files
committed
v0.18.0
1 parent 34934d6 commit dc0da95

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ See link:gitlfs-server/src/test/kotlin/ru/bozaro/gitlfs/server/ServerTest.kt[] f
4242

4343
== Changelog
4444

45+
=== 0.18.0
46+
47+
* Drop Java 8 support
48+
* Upgrade to Jakarta Servlet 5.0
49+
* Upgrade to Jetty 11
50+
4551
=== 0.17.0
4652

4753
* Properly handle `Transfer-Encoding: chunked`.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424

2525
allprojects {
2626
group = "ru.bozaro.gitlfs"
27-
version = "0.18.0-SNAPSHOT"
27+
version = "0.18.0"
2828

2929
apply(plugin = "idea")
3030
apply(plugin = "com.github.ben-manes.versions")

0 commit comments

Comments
 (0)