Skip to content

Commit 334a75a

Browse files
chore: update NEWS and release 1.4.4
1 parent 2d9b9ee commit 334a75a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.4.4: July 3, 2025
2+
3+
- build: bump actions to get sbt ([#818](https://github.com/lightbend/config/pull/818)) thanks to [@johanandren]((https://github.com/johanandren))
4+
- build: second try for sbt back in CI job ([#820](https://github.com/lightbend/config/pull/820)) thanks to [@johanandren]((https://github.com/johanandren))
5+
- fix: Incorrect abs of hashes in BadMap ([#817](https://github.com/lightbend/config/pull/817)) thanks to [@johanandren]((https://github.com/johanandren))
6+
17
# 1.4.3: October 17, 2023
28

39
- Optionally hide rendered environment variables ([#798](/../../pull/798))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ You can find published releases on Maven Central.
101101
<dependency>
102102
<groupId>com.typesafe</groupId>
103103
<artifactId>config</artifactId>
104-
<version>1.4.3</version>
104+
<version>1.4.4</version>
105105
</dependency>
106106

107107
sbt dependency:
108108

109-
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
109+
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
110110

111111
Link for direct download if you don't use a dependency manager:
112112

0 commit comments

Comments
 (0)