Skip to content

Commit

Permalink
docs: update changelog for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Dec 16, 2022
1 parent 3d34874 commit ee8dc0c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

0 comments on commit ee8dc0c

Please sign in to comment.