Skip to content

Commit d62bd12

Browse files
authored
Merge pull request #759 from raboof/main
Release 1.4.2
2 parents f14af4f + b8378de commit d62bd12

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.4.2: February 2, 2022
2+
3+
- Avoid instantiating arbitrary classes ([#758](/../../pull/758)) thanks to [@vlsi](https://github.com/vlsi) for the report and [@raboof](https://github.com/raboof) for the patch
4+
- Various project infrastructure improvements ([#755](/../../pull/755), [#757](/../../pull/757)) thanks to [@ennru](https://github.com/ennru)
5+
- Add hoplite to Kotlin wrappers ([#749](/../../pull/749)) thanks to [@sksamuel](https://github.com/sksamuel)
6+
- Remove unnecessary array ([#730](/../../issues/730)) thanks to [@hkupty](https://github.com/hkupty)
7+
- Add erlang port to README ([#722](/../../pull/722)) thanks to [@6293](https://github.com/6293)
8+
- Update repo path for Ficus ([#694](/../../pull/694)) thanks to [@joyfulvillage](https://github.com/joyfulvillage)
9+
- Fix wrong URL in NEWS.md ([#723](/../../pull/723)) thanks to [@lukaszlenart](https://github.com/lukaszlenart)
10+
111
# 1.4.1: October 22, 2020
212

313
- introduce docs for arrays on env vars ([#706](/../../pull/706)), ([#710](/../../pull/710)) and ([#711](/../../pull/711)) thanks to [@ignasi35](https://github.com/ignasi35) and [@andreaTP](https://github.com/andreaTP)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ You can find published releases on Maven Central.
106106
<dependency>
107107
<groupId>com.typesafe</groupId>
108108
<artifactId>config</artifactId>
109-
<version>1.4.1</version>
109+
<version>1.4.2</version>
110110
</dependency>
111111

112112
sbt dependency:
113113

114-
libraryDependencies += "com.typesafe" % "config" % "1.4.1"
114+
libraryDependencies += "com.typesafe" % "config" % "1.4.2"
115115

116116
Link for direct download if you don't use a dependency manager:
117117

0 commit comments

Comments
 (0)