diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2130c..68396a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,25 @@ The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semant - Added a new `install-hooks` target to the Makefile to easily set up git hooks. - Added a script (`scripts/install-hooks.sh`) to copy git hooks from `.githooks` to `.git/hooks`. +### Changed +- Improved the pre-push git hook to automatically commit the updated `CHANGELOG.md` and `Makefile` after generating the changelog. +- Updated the changelog generation script (`scripts/update_changelog.sh`) to load the OpenRouter API key from the `.env` file or environment variables, improving security and configuration. +- Modified the pre-push hook to read user confirmation from `/dev/tty` for better compatibility in various terminal environments. +- Updated the bootstrap peer logic to check the `DEBROS_BOOTSTRAP_PEERS` environment variable first, allowing easier configuration override. +- Improved the gateway's private host check to correctly handle IPv6 addresses with or without brackets and ports. + +### Deprecated + +### Removed + +### Fixed +\n +## [0.53.14] - 2025-11-03 + +### Added +- Added a new `install-hooks` target to the Makefile to easily set up git hooks. +- Added a script (`scripts/install-hooks.sh`) to copy git hooks from `.githooks` to `.git/hooks`. + ### Changed - Improved the pre-push git hook to automatically commit the updated `CHANGELOG.md` and `Makefile` after generating the changelog. - Updated the changelog generation script (`scripts/update_changelog.sh`) to load the OpenRouter API key from the `.env` file or environment variables, improving security and configuration.