diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4c5022..448a4e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ NEXT
4.0.1
-----
+This release closes the [4.0.1 milestone](https://github.com/jessesquires/Foil/milestone/6?closed=1).
+
### Fixed
- `WrappedDefaultOptional` no longer crashes when the type stored in `UserDefaults` does not match the type being requested, `nil` is now returned instead. ([#70](https://github.com/jessesquires/Foil/pull/70), [@ejensen](https://github.com/ejensen))
diff --git a/Foil.podspec b/Foil.podspec
index 312649e..041370f 100644
--- a/Foil.podspec
+++ b/Foil.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Foil'
- s.version = '4.0.0'
+ s.version = '4.0.1'
s.license = 'MIT'
s.summary = 'A lightweight property wrapper for UserDefaults'
diff --git a/docs/Protocols.html b/docs/Protocols.html
index e0d2ac1..9e6ee94 100644
--- a/docs/Protocols.html
+++ b/docs/Protocols.html
@@ -17,7 +17,7 @@