Skip to content

Commit

Permalink
Bump version to v0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jul 7, 2022
1 parent 2355d97 commit 1dbb8ac
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,22 @@ The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

<!-- references -->
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [0.3.2] - 2022-07-08

### Changed

- Headers are now displayed in alphabetical order (thanks [@marcofranssen])

## [0.3.1] - 2021-09-12

### Added

- Add the `SEND_SERVER_HOSTNAME` environment variable, set to `false` to prevent the server from sending its hostname
- Add the `X-Send-Server-Hostname` request header,
- Add the `X-Send-Server-Hostname` request header

## [0.3.0] - 2021-08-16

Expand All @@ -33,14 +40,18 @@ The format is based on [Keep a Changelog], and this project adheres to
- Initial release

<!-- references -->
[Unreleased]: https://github.com/jmalloc/echo-server

[unreleased]: https://github.com/jmalloc/echo-server
[0.1.0]: https://github.com/jmalloc/echo-server/releases/v0.1.0
[0.2.0]: https://github.com/jmalloc/echo-server/releases/v0.2.0
[0.3.0]: https://github.com/jmalloc/echo-server/releases/v0.3.0
[0.3.1]: https://github.com/jmalloc/echo-server/releases/v0.3.1
[0.3.2]: https://github.com/jmalloc/echo-server/releases/v0.3.2

<!-- outside contributors -->

[@arulrajnet]: https://github.com/arulrajnet
[@marcofranssen]: https://github.com/marcofranssen

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down

0 comments on commit 1dbb8ac

Please sign in to comment.