File tree 1 file changed +15
-4
lines changed
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
6
6
[ Semantic Versioning] .
7
7
8
8
<!-- 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 ] )
11
18
12
19
## [ 0.3.1] - 2021-09-12
13
20
14
21
### Added
15
22
16
23
- 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
18
25
19
26
## [ 0.3.0] - 2021-08-16
20
27
@@ -33,14 +40,18 @@ The format is based on [Keep a Changelog], and this project adheres to
33
40
- Initial release
34
41
35
42
<!-- references -->
36
- [ Unreleased ] : https://github.com/jmalloc/echo-server
43
+
44
+ [ unreleased ] : https://github.com/jmalloc/echo-server
37
45
[ 0.1.0 ] : https://github.com/jmalloc/echo-server/releases/v0.1.0
38
46
[ 0.2.0 ] : https://github.com/jmalloc/echo-server/releases/v0.2.0
39
47
[ 0.3.0 ] : https://github.com/jmalloc/echo-server/releases/v0.3.0
40
48
[ 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
41
50
42
51
<!-- outside contributors -->
52
+
43
53
[ @arulrajnet ] : https://github.com/arulrajnet
54
+ [ @marcofranssen ] : https://github.com/marcofranssen
44
55
45
56
<!-- version template
46
57
## [0.0.1] - YYYY-MM-DD
You can’t perform that action at this time.
0 commit comments