diff --git a/CHANGELOG.md b/CHANGELOG.md index e294fbc..f8df606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/bbaldino/rtp-parse/compare/v0.1.0...v0.1.1) - 2024-09-06 + +### Other +- release ([#1](https://github.com/bbaldino/rtp-parse/pull/1)) + ## [0.1.0](https://github.com/bbaldino/rtp-parse/releases/tag/v0.1.0) - 2024-09-06 ### Other diff --git a/Cargo.lock b/Cargo.lock index 5f5b34a..950daff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rtp-parse" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bit-cursor", diff --git a/Cargo.toml b/Cargo.toml index e653964..81ce76a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtp-parse" -version = "0.1.0" +version = "0.1.1" authors = ["Brian Baldino "] edition = "2021"