From 6b2b899957d1c0fc1ca533fbf45c4bd20747b9ef Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 14 Oct 2022 20:51:04 +0300 Subject: [PATCH] CHANGELOG.md: add note about iso-codes 4.11.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4604d79..9187d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Updated - Update dependencies in `pom.xml` +- `iso_3166-1.json` from iso-codes 4.11.0 ### Changed - Java compiler and target from JDK 7 to JDK 8