diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c4722..cfa5372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## `v0.3.4` (2021-10-26) + +* use `rtsp-types` 0.0.3, and thus `nom` 7.0. + ## `v0.3.3` (2021-10-20) * [#25](https://github.com/scottlamb/retina/issues/25): better HTTP diff --git a/Cargo.lock b/Cargo.lock index 35f8fbe..b53292a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,7 +940,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "retina" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 11fe2c8..68cf1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retina" -version = "0.3.3" +version = "0.3.4" authors = ["Scott Lamb "] license = "MIT/Apache-2.0" edition = "2018"