diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dcfae..7132abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Docs +## [1.2.0] - 2022-12-15 +### Added +- Log x-Forwarded-For header for requests +- More logging for certain error situations + +### Changed +- Updated certificate-transparency-go dependency to v1.1.4 +- Code improvements, adhering to styleguide +- Rename module to certstream-server-go +- Use log_list.json instead of all_logs_list.json + ## [1.1.0] - 2022-10-19 Fix for missing loglist urls. @@ -20,6 +31,7 @@ Fixed the connection issue due to the offline Google loglist urls. ## [1.0.0] - 2022-08-08 Initial release! First stable version of certstream-server-go is published as v1.0.0 -[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.1.0...HEAD -[1.1.0]: https://github.com/d-Rickyy-b/certstream-server-go/tree/v1.1.0 +[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/d-Rickyy-b/certstream-server-go/tree/v1.0.0