aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3a9f4eb..fcca58f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
CHANGELOG
=========
+v0.2.0 (2020-07-16):
+ Additions:
+
+ * Add `FastCgiRequest::path_mut()` method from `conduit::RequestExt`.
+
v0.1.1 (2020-07-16):
Fixes:
diff --git a/Cargo.toml b/Cargo.toml
index 1beb6cd..3e3b90b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fastcgi-conduit"
-version = "0.1.1"
+version = "0.2.0"
edition = "2018"
[dependencies]