diff --git a/CHANGELOG.md b/CHANGELOG.md index 4081731..7282dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.7.0] - 2024-04-12 ### Added - Breaking: Add support for user-defined control codes in services. (See: `Service::notify` and `notify_service.rs` example). This is breaking since diff --git a/Cargo.toml b/Cargo.toml index 12deaa7..7edcb00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-service" -version = "0.6.0" +version = "0.7.0" description = "A crate that provides facilities for management and implementation of windows services" readme = "README.md" authors = ["Mullvad VPN"]