Merge pull request #273 into master
ad6eb06cCHANGELOG: add 1.1.1 (Aaron Fiore)9526b1bbclient: manifest: bump version to v1.1.1 (Aaron Fiore)
This commit was merged in pull request #273.
This commit is contained in:
21
CHANGELOG.md
21
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.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
# Release version (tag format)
|
||||
version: "v1.1.0"
|
||||
version: "v1.1.1"
|
||||
|
||||
# Container dependencies (used by `version` command)
|
||||
# NOTE: this must stay inline with Dockerfiles
|
||||
|
||||
Reference in New Issue
Block a user