diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f45babb5..b5a6a8e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the endpoint to fetch the logo of an asset or a platform by sending the original MIME type - Eliminated `got` in favor of using `fetch` -- Send original MIME type with the forwarded logo - Changed the `REDIS_HOST` from `localhost` to `redis` in `.env.example` - Changed the _Postgres_ host from `localhost` to `postgres` in `.env.example` - Changed the _Postgres_ image from `postgres:15` to `postgres:15-alpine` in the `docker-compose` files