diff --git a/ntex-codec/CHANGES.md b/ntex-codec/CHANGES.md index fec8da6b..2314f805 100644 --- a/ntex-codec/CHANGES.md +++ b/ntex-codec/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0] - 2020-08-xx +## [0.2.0] - 2020-08-10 * Include custom `Encoder` and `Decoder` traits diff --git a/ntex-codec/Cargo.toml b/ntex-codec/Cargo.toml index dfdcc5ce..a3c7f306 100644 --- a/ntex-codec/Cargo.toml +++ b/ntex-codec/Cargo.toml @@ -25,5 +25,5 @@ log = "0.4" tokio = { version = "0.2.6", default-features=false } [dev-dependencies] -ntex = "0.1.20" +ntex = "0.1.21" futures = "0.3.5"