diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aeeb63..fe1b98d 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.7](https://github.com/eopb/redact/compare/v0.1.6...v0.1.7) - 2023-11-01 + +### Added +- make associated functions on `Secret` `#[must_use]` ([#42](https://github.com/eopb/redact/pull/42)) + ## [0.1.6](https://github.com/eopb/redact/compare/v0.1.5...v0.1.6) - 2023-10-28 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index f981cb9..1220e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redact" -version = "0.1.6" +version = "0.1.7" authors = ["Ethan Brierley "] license = "MIT/Apache-2.0" readme = "README.md"