From 0cedafc9171e9368a80659ee8d32f9e65ad65848 Mon Sep 17 00:00:00 2001 From: Dmytro Sokil <dmytro.sokil@gmail.com> Date: Wed, 28 Aug 2019 23:12:17 +0300 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bb2956..d5ff8a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.2 (2019-08-28) +* Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:03 + ## 3.0.1 (2019-06-21) * Remove stub class \Sokil\IsoCodes, use \Sokil\IsoCodes\IsoCodesFactory instead * Database version: iso-codes-4.2-147-gcadebc34 @@ -9,6 +12,9 @@ * Factory now creates database instances but not store them, so next call of factory method will create new instance. * Subdivisions and languages databases are large, so they have now optimisation to load entries from separate files instead of one single file.. +## 2.2.8 (2019-08-28) +* Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:05 + ## 2.2 (2018-11-29) * Added possibility to configure directory with databases and messages, and manually update them without updating composer * Constants `AbstractDatabase::DATABASE_PATH` and `AbstractDatabase::MESSAGES_PATH` now contain directory name instead of directory path