Skip to content

Commit

Permalink
docs: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Nov 29, 2023
1 parent 808102e commit e8fe570
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Docs

## [1.4.0] - 2023-11-29
### Added
- Config option to use X-Forwarded-For or X-Real-IP header as client IP
- Config option to whitelist client IPs for both websocket and metrics endpoints
- Config option to enable system metrics (cpu, memory, etc.)

## [1.3.2] - 2023-11-28
### Fixed
- Memory leak related to clients disconnecting from the websocket not being handled properly
Expand Down Expand Up @@ -72,7 +78,8 @@ 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.3.2...HEAD
[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.2.2...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var (
AppConfig Config
Version = "1.3.0"
Version = "1.4.0"
)

type ServerConfig struct {
Expand Down

0 comments on commit e8fe570

Please sign in to comment.