diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffe2ef5cf..e8727da57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,43 @@
## (unreleased)
+### **New features**
+-  Tags support to NetImport (Lists) ([#3127](https://github.com/Radarr/Radarr/issues/3127)) [Ricardo Amaral]
+-  Improved templates for h264 & h265 custom formats ([#3432](https://github.com/Radarr/Radarr/issues/3432)) [RhinoRhys]
+-  Logo-256.png to a transparent version so it looks better in Android notifications. ([#3479](https://github.com/Radarr/Radarr/issues/3479)) [jwildman16]
+-  Radarr_Download_Id and Radarr_Download_Client to the environment ([#3276](https://github.com/Radarr/Radarr/issues/3276)) [Logan]
+-  Allow CheckForFinishedDownloadInterval to be set from the UI ([#3233](https://github.com/Radarr/Radarr/issues/3233)) [Steven Crouchman]
+-  Added support for Gotify notifications ([#3474](https://github.com/Radarr/Radarr/issues/3474)) [stephanrenggli]
+-  Remote poster and fanart references to Kodi metadata file ([#2837](https://github.com/Radarr/Radarr/issues/2837)) ([#3302](https://github.com/Radarr/Radarr/issues/3302)) [RobinQ124274]
+-  Support Krypton Kodi Unique Ids ([#3388](https://github.com/Radarr/Radarr/issues/3388)) [Qstick]
+-  Adjust Max Slider Value for Qualities ([#3393](https://github.com/Radarr/Radarr/issues/3393)) [Qstick]
+-  README.md ([#3409](https://github.com/Radarr/Radarr/issues/3409)) [hotio]
+-  Nzb Validation and Nzbget/SAB URLBase ([#3380](https://github.com/Radarr/Radarr/issues/3380)) [Qstick]
+-  README.md. [Leonardo Galli]
+-  docker link in README. [hotio]
+
+### **Fixes**
+-  Solve ambiguous naming ([#3417](https://github.com/Radarr/Radarr/issues/3417)) [Viserius]
+-  Copy to clipboard not working with calendar feed ([#3495](https://github.com/Radarr/Radarr/issues/3495)) [Michael Poutre]
+-  Edition Tags Not Showing in UI ([#3389](https://github.com/Radarr/Radarr/issues/3389)) [Qstick]
+-  Support new feed url format IPTorrents ([#573](https://github.com/Radarr/Radarr/issues/573)) ([#3390](https://github.com/Radarr/Radarr/issues/3390)) [Qstick]
+-  MediaCovers Race condition which leads to fanart not being downloaded. [Leonardo Galli]
+-  Cannot Add ITA or ITALIAN custom format ([#3385](https://github.com/Radarr/Radarr/issues/3385)) [Qstick]
+-  OsInfo for real this time. [Leonardo Galli]
+-  Error in unicode cleanup code removing most non-latin characters instead of just invalid ones. ([#3383](https://github.com/Radarr/Radarr/issues/3383)) [Qstick]
+-  Forced Subs not parsed by SubtitleLanguageRegex ([#3384](https://github.com/Radarr/Radarr/issues/3384)) [Qstick]
+-  OsInfo being renamed to PlatformInfo. [Leonardo Galli]
+-  Word Boundary on Edition ([#3382](https://github.com/Radarr/Radarr/issues/3382)) [Qstick]
+-  Mis-classification of releases as being Czech ([#3378](https://github.com/Radarr/Radarr/issues/3378)) [Václav Slavík]
+-  Match MBluray releases ([#3358](https://github.com/Radarr/Radarr/issues/3358)) [Pieter Janssens]
+-  Mono bug causing memory leakage when http connections use gzip compression. [Leonardo Galli]
+-  Build errors due to dotnet library. [Leonardo Galli]
+-  Emby library update ([#3318](https://github.com/Radarr/Radarr/issues/3318)) [hatharry]
+-  Prevent NullRef in CustomScript on Grab for Indexer ([#3323](https://github.com/Radarr/Radarr/issues/3323)) [tobsen987]
+
+
+## v0.2.0.1293 (2019-01-10)
+
### **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]
@@ -10,6 +47,7 @@
-  Secure URLs for Links and Services ([#3219](https://github.com/Radarr/Radarr/issues/3219)) [Qstick]
### **Fixes**
+-  Hopefully fixed sqlite errors when finding by title. [Leonardo Galli]
-  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]