Skip to content

Commit 66d9aa4

Browse files
author
carmine
committed
v6.5.1
1 parent e8008bd commit 66d9aa4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGE_HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## (2025-02-22)
2+
3+
* v6.5.0 ([e8008bd](https://github.com/cdimascio/dotenv-kotlin/commit/e8008bd))
4+
5+
6+
17
## (2024-12-16)
28

39
* v6.5.0 ([e5481ad](https://github.com/cdimascio/dotenv-kotlin/commit/e5481ad))

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.github.cdimascio</groupId>
1212
<artifactId>dotenv-kotlin</artifactId>
13-
<version>6.5.0</version>
13+
<version>6.5.1</version>
1414

1515
<licenses>
1616
<license>
@@ -49,7 +49,7 @@
4949
</developers>
5050

5151
<properties>
52-
<dotenv.version>3.1.0</dotenv.version>
52+
<dotenv.version>3.2.0</dotenv.version>
5353
<maven.compiler.release>11</maven.compiler.release>
5454
<kotlin.version>1.9.22</kotlin.version>
5555
<main.class>io.cdimascio.DotenvKt</main.class>

0 commit comments

Comments
 (0)