diff options
-rw-r--r-- | CHANGELOG | 14 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..3a9f4eb --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,14 @@ +CHANGELOG +========= + +v0.1.1 (2020-07-16): + Fixes: + + * Use the correct status code header to fix 500 error on Apache with + mod_fastcgi. + +v0.1.0 (2020-07-04): + First public release. + + + vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s* @@ -1,6 +1,6 @@ [package] name = "fastcgi-conduit" -version = "0.1.0" +version = "0.1.1" edition = "2018" [dependencies] |