diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fbcb79..6ba91c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,17 @@
-
-### v0.8.1 (2020-01-23)
+
+### v0.8.2 (2020-01-25)
- Ensure file descriptor is closed on drop ([#140])
[#140]: https://github.com/inotify-rs/inotify/pull/140
+
+### v0.8.1 (2020-01-23)
+
+No changes, due to a mistake made while releasing this version.
+
+
### v0.8.0 (2019-12-04)
diff --git a/Cargo.toml b/Cargo.toml
index 38af419..609e918 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "inotify"
-version = "0.8.1"
+version = "0.8.2"
authors = [
"Hanno Braun ",
"Félix Saparelli ",