diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f65654b..df2ff24 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,7 +5,7 @@ This document provides a high-level view of the changes to the Stevedore by release. For a detailed view of what has changed, refer to the {uri-project}/commits/main[commit history] on GitHub. -== Unreleased +== 1.1.0 (2024-01-24) - @slonopotamus * Update Docker Engine to 25.0.1 * Update Docker Compose to 2.24.2 diff --git a/Cargo.toml b/Cargo.toml index aa18a79..275a2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stevedore" -version = "1.0.0" +version = "1.1.0" description = "Docker distribution for Windows that Just Works" edition = "2021" authors = ["Marat Radchenko "]