diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8dd82..02ad2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 0.1.1 + +- Fix: Job cancellation should lock rows to be cancelled #67 + # 0.1.0 - Breaking: Worker and scheduler setters have been renamed #42 diff --git a/Cargo.toml b/Cargo.toml index 8134dd5..538746b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "underway" description = "⏳ Durable step functions via Postgres" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["background-jobs", "job-queue", "work-queue", "sqlx", "web"]