File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,22 @@ The format is based on [Keep a Changelog], and this project adheres to
66[ Semantic Versioning] .
77
88<!-- references -->
9- [ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
10- [ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
9+
10+ [ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
11+ [ semantic versioning ] : https://semver.org/spec/v2.0.0.html
12+
13+ ## [ 0.3.2] - 2022-07-08
14+
15+ ### Changed
16+
17+ - Headers are now displayed in alphabetical order (thanks [ @marcofranssen ] )
1118
1219## [ 0.3.1] - 2021-09-12
1320
1421### Added
1522
1623- Add the ` SEND_SERVER_HOSTNAME ` environment variable, set to ` false ` to prevent the server from sending its hostname
17- - Add the ` X-Send-Server-Hostname ` request header,
24+ - Add the ` X-Send-Server-Hostname ` request header
1825
1926## [ 0.3.0] - 2021-08-16
2027
@@ -33,14 +40,18 @@ The format is based on [Keep a Changelog], and this project adheres to
3340- Initial release
3441
3542<!-- references -->
36- [ Unreleased ] : https://github.com/jmalloc/echo-server
43+
44+ [ unreleased ] : https://github.com/jmalloc/echo-server
3745[ 0.1.0 ] : https://github.com/jmalloc/echo-server/releases/v0.1.0
3846[ 0.2.0 ] : https://github.com/jmalloc/echo-server/releases/v0.2.0
3947[ 0.3.0 ] : https://github.com/jmalloc/echo-server/releases/v0.3.0
4048[ 0.3.1 ] : https://github.com/jmalloc/echo-server/releases/v0.3.1
49+ [ 0.3.2 ] : https://github.com/jmalloc/echo-server/releases/v0.3.2
4150
4251<!-- outside contributors -->
52+
4353[ @arulrajnet ] : https://github.com/arulrajnet
54+ [ @marcofranssen ] : https://github.com/marcofranssen
4455
4556<!-- version template
4657## [0.0.1] - YYYY-MM-DD
You can’t perform that action at this time.
0 commit comments