aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG14
-rw-r--r--Cargo.toml2
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*
diff --git a/Cargo.toml b/Cargo.toml
index 9634465..833c9e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fastcgi-conduit"
-version = "0.1.0"
+version = "0.1.1"
edition = "2018"
[dependencies]