diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45974b0..33f1a7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## v1.2.1 (2018-12-03)
+
+
+#### Features
+
+* Implement Clone for LazyCell and AtomicLazyCell ([30fe4a8f](https://github.com/indiv0/lazycell/commit/30fe4a8f568059b3c78ed149a810962a676cb2b2))
+
+
+
## v1.2.0 (2018-09-19)
diff --git a/Cargo.toml b/Cargo.toml
index f00e280..5a4d935 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lazycell"
-version = "1.2.0"
+version = "1.2.1"
authors = ["Alex Crichton ",
"Nikita Pekin "]
description = "A library providing a lazily filled Cell struct"