Skip to content

Commit abe4108

Browse files
committed
v2.3.1
1 parent 74bbe2c commit abe4108

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## (2022-11-23)
2+
3+
* Support trailing comments (#38) ([45f25e2](https://github.com/cdimascio/dotenv-java/commit/45f25e2)), closes [#38](https://github.com/cdimascio/dotenv-java/issues/38) [/github.com/bkeepers/dotenv/blob/master/lib/dotenv/parser.rb#L14-L30](https://github.com//github.com/bkeepers/dotenv/blob/master/lib/dotenv/parser.rb/issues/L14-L30)
4+
* Update README.md ([74bbe2c](https://github.com/cdimascio/dotenv-java/commit/74bbe2c))
5+
* Update README.md ([7166200](https://github.com/cdimascio/dotenv-java/commit/7166200))
6+
* docs: add c00ler as a contributor for code (#39) ([e52b498](https://github.com/cdimascio/dotenv-java/commit/e52b498)), closes [#39](https://github.com/cdimascio/dotenv-java/issues/39)
7+
* docs: add dizney as a contributor for code, and doc (#41) ([6d1c1cf](https://github.com/cdimascio/dotenv-java/commit/6d1c1cf)), closes [#41](https://github.com/cdimascio/dotenv-java/issues/41)
8+
* docs: add yassenb as a contributor for code (#40) ([4430c0f](https://github.com/cdimascio/dotenv-java/commit/4430c0f)), closes [#40](https://github.com/cdimascio/dotenv-java/issues/40)
9+
10+
11+
112
## (2022-11-23)
213

314
* Ensure java 11 using enforcer plugin (#35) ([c2c69fc](https://github.com/cdimascio/dotenv-java/commit/c2c69fc)), closes [#35](https://github.com/cdimascio/dotenv-java/issues/35)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.cdimascio</groupId>
1313
<artifactId>dotenv-java</artifactId>
14-
<version>2.3.0</version>
14+
<version>2.3.1</version>
1515

1616
<licenses>
1717
<license>

0 commit comments

Comments
 (0)