Skip to content

Commit 2696df9

Browse files
committedJan 11, 2025··
[1.0.0] - 2025-01-11
1 parent a6ee7f7 commit 2696df9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ link:https://semver.org/spec/v2.0.0.html[Semantic Versioning].
88

99
=== [Unreleased]
1010

11+
=== [1.0.0] - 2025-01-11
12+
1113
==== Added
1214

1315
* Jacoco test coverage

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.fugerit.java"
11-
version = "1.0.0-SNAPSHOT"
11+
version = "1.0.0"
1212

1313
val freemarkerVersion = "2.3.34"
1414
val graalSdkVersion = "24.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.