diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06918a6..747dbc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
## NEXT (UNRELEASED)
+
+## 0.8.1 (2021-10-12)
+
+#### Changed
+
+* Updated many dependencies. Deadlinks no longer has any dependencies that fail `cargo audit`. [PR#153]
+
+#### Fixed
+
+* Tests now pass even if the project directory is not named "cargo-deadlinks". [PR#149]
+
+[PR#153]: https://github.com/deadlinks/cargo-deadlinks/pull/153
+[PR#149]: https://github.com/deadlinks/cargo-deadlinks/pull/149
+
## 0.8.0 (2020-01-17)
diff --git a/Cargo.lock b/Cargo.lock
index 53b9bac..8aada0a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,7 +120,7 @@ dependencies = [
[[package]]
name = "cargo-deadlinks"
-version = "0.8.0"
+version = "0.8.1"
dependencies = [
"assert_cmd",
"cached",
diff --git a/Cargo.toml b/Cargo.toml
index 184246a..c0ff550 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.8.0"
+version = "0.8.1"
authors = ["Maximilian Goisser ", "Joshua Nelson