summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75952ec..dac377c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ This changelog was started with the 0.4.0 release.
## Next
+## 0.5.0
+
+* The "uuid" dependency was updated from 0.5 to 0.6
+
## 0.4.0
* Dependencies updated
diff --git a/Cargo.toml b/Cargo.toml
index 4927464..a3ccc00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "task-hookrs"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
]