diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c8d01d..2306c15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## NEXT (UNRELEASED)
+
+## 0.7.0 (2020-12-06)
+
#### Added
* `cargo deadlinks` now takes a `--cargo-dir` argument, allowing you to check projects other than the current directory.
diff --git a/Cargo.lock b/Cargo.lock
index b0a1c81..88d80b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -91,7 +91,7 @@ dependencies = [
[[package]]
name = "cargo-deadlinks"
-version = "0.6.2"
+version = "0.7.0"
dependencies = [
"assert_cmd",
"cached",
diff --git a/Cargo.toml b/Cargo.toml
index fcd4d50..7e0ae5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "cargo-deadlinks"
description = "Cargo subcommand for checking your documentation for broken links"
-version = "0.6.2"
+version = "0.7.0"
authors = ["Maximilian Goisser ", "Joshua Nelson