diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d1fc78..d9ade70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.26.0 * `HttpTiles` will now attempt to use already downloaded tiles with a lower zoom level as placeholders. diff --git a/Cargo.toml b/Cargo.toml index 12c617c8..a2afbcb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.25.0" +version = "0.26.0" [workspace.dependencies] image = { version = "0.25", default-features = false }