From 11b5c93403e9f0fc199a5859fc32cf61614ab421 Mon Sep 17 00:00:00 2001 From: Marcin Morawski Date: Wed, 4 Oct 2023 17:07:07 +0200 Subject: [PATCH] Changelog for 0.9.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395a663..818e529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.9.0 + +* Remove LoremFaces provider (Looks like is not available anymore) +* Add Fakeimg provider +* Add method to overwrite the URL for LoremSpace provider. + The default value is https://api.lorem.space/, but often this service is down. + Check issue https://github.com/manasky/lorem.space/issues/8. + ## 0.8.0 * Migrate from travis-ci to GitHub actions