diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f8bfa411..ffe2ef5cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,37 @@
## (unreleased)
+### **New features**
+-  Use APIKey & APIUser for authenticating to PassThePopcorn. ([#3264](https://github.com/Radarr/Radarr/issues/3264)) [Leonardo Galli]
+-  Support for forcedUP status ([#3277](https://github.com/Radarr/Radarr/issues/3277)) [Swizzy]
+-  rTorrent - Don't start download automatically ([#3222](https://github.com/Radarr/Radarr/issues/3222)) [lps-rocks]
+-  Remove Pre, postbot, xpost suffixes from release groups ([#3220](https://github.com/Radarr/Radarr/issues/3220)) [Qstick]
+-  Secure URLs for Links and Services ([#3219](https://github.com/Radarr/Radarr/issues/3219)) [Qstick]
+
+### **Fixes**
+-  Another IDisposable leak when lazy loading properties. [Taloth Saldono]
+-  MediaCoverService tests and stupidly forgetting to open the database connection for logging. [Leonardo Galli]
+-  MediaCovers resizing potentially leaking memory when concurrently executing. [Leonardo Galli]
+-  Stream leakage inside CurlHttpDispatcher. [Leonardo Galli]
+-  Apparently Microsoft thinks that you should cast to IDisposable first. [Leonardo Galli]
+-  Invalid SQLite cache size. [Leonardo Galli]
+-  Resource leakage inside HttpClient. [Leonardo Galli]
+-  Typo that could probably lead to an infinite loop. [Leonardo Galli]
+-  Resource leakage inside ManagedHttpDispatcher. [Leonardo Galli]
+-  Leaking of objects when logging something to the database. [Leonardo Galli]
+-  DataMapper potentially leaking stuff when being disposed. [Leonardo Galli]
+-  DataMapper not being disposed, leading to resource leakage. [Leonardo Galli]
+-  Memory leak due to unmanaged Bitmaps leaking. [Leonardo Galli]
+-  Unable to parse movies from 1800s. [Leonardo Galli]
+-  OSX Packages not getting correct version info. [Leonardo Galli]
+-  npm start not working with node 10. [Leonardo Galli]
+-  Hopefully fixed issue where a null downloadId or title would cause no downloads to be tracked. [Leonardo Galli]
+-  Bump default version to prevent update running from source ([#3199](https://github.com/Radarr/Radarr/issues/3199)) [Qstick]
+-  MediaInfo Unit Test Failing due to AudioAdditionalFeatures ([#3221](https://github.com/Radarr/Radarr/issues/3221)) [Qstick]
+
+
+## v0.2.0.1216 (2018-11-07)
+
### **New features**
-  64bit mediainfo.dll to 32bit to resolve issue: https://github.com/Radarr/Radarr/issues/3138. [geogolem]
-  Refactor MediaInfo tokens (fixes old tokens adds new stuff) ([#3058](https://github.com/Radarr/Radarr/issues/3058)) [Ricardo Amaral]