diff --git a/CHANGELOG.md b/CHANGELOG.md index 7682801..bbda602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,27 @@ # Changelog (`docker-finance`) +## 1.1.1 - 2026-01-15 + +This patch release supports recent CoinGecko and PHP-CS-Fixer changes and also includes minor `dfi` developer enhancements/refactoring. + +### 1.1.1 - Fixes + +- Since CoinGecko now returns error 403 without a "descriptive" User-Agent, an agent has been added when fetching prices from CoinGecko ([#269](https://gitea.com/EvergreenCrypto/docker-finance/pulls/269)) +- PHP-CS-Fixer's 3.92 series now requires `init` before any `fix`ing or `check`ing ([#270](https://gitea.com/EvergreenCrypto/docker-finance/pulls/270)) ([#272](https://gitea.com/EvergreenCrypto/docker-finance/pulls/272)) + +### 1.1.1 - Enhancements + +- Add `API_VERSION` to `fetch`'s PHP environment map ([#269](https://gitea.com/EvergreenCrypto/docker-finance/pulls/269)) + +### 1.1.1 - Refactoring + +- Minor dev-tools' `lib_linter` refactoring ([#271](https://gitea.com/EvergreenCrypto/docker-finance/pulls/271)) ([#272](https://gitea.com/EvergreenCrypto/docker-finance/pulls/272)) + +### 1.1.1 - Contributors + +- Aaron Fiore + ## 1.1.0 - 2026-01-12 This release focuses on bringing substantial changes to the `root` system and improving `root` usage.