diff --git a/plt/CHANGELOG.md b/plt/CHANGELOG.md index 973259a..68729da 100644 --- a/plt/CHANGELOG.md +++ b/plt/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2022-11-18 + ### Changed - Deprecated `subplots` method for `Figure`. diff --git a/plt/Cargo.toml b/plt/Cargo.toml index 127d226..2a64105 100644 --- a/plt/Cargo.toml +++ b/plt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plt" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Jonah Hoffman "] license = "MIT OR Apache-2.0"