diff --git a/CHANGELOG.md b/CHANGELOG.md index d898f1cf..140450b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,7 +90,7 @@ - Method `is_writing_file` - indicates whether a file is open for writing. -## [0.7.0.1] +## [0.7.1] ### Changed diff --git a/README.md b/README.md index 143ce4d4..e6835ef1 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.7.0.1" +zip_next = "0.7.1" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.7.0.1", default-features = false } +zip_next = { version = "0.7.1", default-features = false } ``` The features available are: