From 15ab2f0c27c44c32f090b667dcd7def5b574f700 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 1 Feb 2022 16:25:35 +0100 Subject: [PATCH 1/3] Release 1.4.2 --- NEWS.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 339be56c..1607f9ae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# 1.4.2: Februari 2, 2022 + + - 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 + - Various project infrastructure improvements ([#755](/../../pull/755), [#757](/../../pull/757)) thanks to [@ennru](https://github.com/ennru) + - Add hoplite to Kotline wrappers ([#749](/../../pull/749)) thanks to [@sksamuel](https://github.com/sksamuel) + - Remove unnecessary array ([#730](/../../issues/730)) thanks to [@hkupty](https://github.com/hkupty) + - Add erlang port to README ([#722](/../../pull/722)) thanks to [@6293](https://github.com/6293) + - Update repo path for Ficus ([#694](/../../pull/694)) thanks to [@joyfulvillage](https://github.com/joyfulvillage) + - Fix wrong URL in NEWS.md ([#723](/../../pull/723)) thanks to [@lukaszlenart](https://github.com/lukaszlenart) + # 1.4.1: October 22, 2020 - 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) diff --git a/README.md b/README.md index 399114c2..63ebd43e 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,12 @@ You can find published releases on Maven Central. com.typesafe config - 1.4.1 + 1.4.2 sbt dependency: - libraryDependencies += "com.typesafe" % "config" % "1.4.1" + libraryDependencies += "com.typesafe" % "config" % "1.4.2" Link for direct download if you don't use a dependency manager: From c208f1858f6694df81f389be8d829f224519a91b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 2 Feb 2022 16:07:45 +0100 Subject: [PATCH 2/3] Typo Kotline - > Kotlin Co-authored-by: Philippus Baalman --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1607f9ae..5b94c389 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ - 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 - Various project infrastructure improvements ([#755](/../../pull/755), [#757](/../../pull/757)) thanks to [@ennru](https://github.com/ennru) - - Add hoplite to Kotline wrappers ([#749](/../../pull/749)) thanks to [@sksamuel](https://github.com/sksamuel) + - Add hoplite to Kotlin wrappers ([#749](/../../pull/749)) thanks to [@sksamuel](https://github.com/sksamuel) - Remove unnecessary array ([#730](/../../issues/730)) thanks to [@hkupty](https://github.com/hkupty) - Add erlang port to README ([#722](/../../pull/722)) thanks to [@6293](https://github.com/6293) - Update repo path for Ficus ([#694](/../../pull/694)) thanks to [@joyfulvillage](https://github.com/joyfulvillage) From b8378de28fa7b7df430e7d22af7888c42045868a Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 2 Feb 2022 17:09:18 +0100 Subject: [PATCH 3/3] Typo Februari -> February MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Costa --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5b94c389..f9e3703d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# 1.4.2: Februari 2, 2022 +# 1.4.2: February 2, 2022 - 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 - Various project infrastructure improvements ([#755](/../../pull/755), [#757](/../../pull/757)) thanks to [@ennru](https://github.com/ennru)