v1.0.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 864578b..c1a2d3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.0.2 (2020-4-9)
+
+* An obsolete note was removed from documentation.
+
 # v1.0.1 (2020-4-9)
 
 * `proc-macro-hack` is now well tested and supported. Not sure about `proc-macro-nested`,
diff --git a/Cargo.toml b/Cargo.toml
index c93f069..83f6781 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "proc-macro-error"
-version = "1.0.1"
+version = "1.0.2"
 authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
 description = "Almost drop-in replacement to panics in proc-macros"
 
@@ -23,7 +23,7 @@
 quote = "1"
 proc-macro2 = "1"
 syn = { version = "1", default-features = false, features = ["derive", "parsing", "proc-macro", "printing"] }
-proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.1"}
+proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.2"}
 
 [dev-dependencies]
 test-crate = { path = "./test-crate" }
diff --git a/proc-macro-error-attr/Cargo.toml b/proc-macro-error-attr/Cargo.toml
index 73c82b6..7414642 100644
--- a/proc-macro-error-attr/Cargo.toml
+++ b/proc-macro-error-attr/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "proc-macro-error-attr"
-version = "1.0.1"
+version = "1.0.2"
 authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
 edition = "2018"
 description = "Attribute macro for proc-macro-error crate"