diff --git a/CHANGELOG.md b/CHANGELOG.md
index 655255f65..f6c9ecd18 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+2.0.19.1299 RC7
+- submod: offset mods now get merged internally when applied multiple times (to avoid errors and increase performance)
+- submod: improve performance
+- submod: core mods (OCR, common, remove_HI) now are always applied in a fixed order internally, regardless of the order they were added in
+- submod: CM_spaces_in_numbers: don't break up ellipses (30... 29... 28...)
+- submod: CM_spaces_in_numbers: don't fix countdown numbers (30, 29, 28)
+- submod: remove_HI: make bracket removal more aggressive
+- submod: remove_HI: be less aggressive when removing text-before-colon
+- submod: remove_HI: remove all-uppercase-before-sentence (THIS IS ALL UPPERCASE And here starts a sentence -> And here starts a sentence)
+- submod: fix all character ranges to include non-ASCII characters
+- add new README for 2.0
+
+
2.0.19.1267 RC6
- core: add new SZ subtitle storage format
- smaller data files and less cumbersome
diff --git a/Contents/Info.plist b/Contents/Info.plist
index ea7c5aa09..3e5e301b2 100755
--- a/Contents/Info.plist
+++ b/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleVersion
- 2.0.19.1299
+ 2.0.19.1337
PlexFrameworkVersion
2
PlexPluginClass
@@ -32,7 +32,7 @@
<h1>Sub-Zero for Plex</h1><i>Subtitles done right</i>
-Version 2.0.19.1299 RC7
+Version 2.0.19.1337 RC8
Originally based on @bramwalet's awesome <a href="https://github.com/bramwalet/Subliminal.bundle">Subliminal.bundle</a>
diff --git a/README.md b/README.md
index 7459e222c..f00c08403 100644
--- a/README.md
+++ b/README.md
@@ -68,17 +68,16 @@ For further help or manual installation, [please go to the wiki](https://github.
## Changelog
-2.0.19.1299 RC7
-- submod: offset mods now get merged internally when applied multiple times (to avoid errors and increase performance)
-- submod: improve performance
-- submod: core mods (OCR, common, remove_HI) now are always applied in a fixed order internally, regardless of the order they were added in
-- submod: CM_spaces_in_numbers: don't break up ellipses (30... 29... 28...)
-- submod: CM_spaces_in_numbers: don't fix countdown numbers (30, 29, 28)
-- submod: remove_HI: make bracket removal more aggressive
-- submod: remove_HI: be less aggressive when removing text-before-colon
-- submod: remove_HI: remove all-uppercase-before-sentence (THIS IS ALL UPPERCASE And here starts a sentence -> And here starts a sentence)
-- submod: fix all character ranges to include non-ASCII characters
-- add new README for 2.0
+2.0.19.1337 RC8
+- napiprojekt: fixed: couldn't convert microdvd to SRT in certain occasions
+- core: when normalize to UTF-8 is enabled, also store the subtitle in UTF-8 encoding in the internal storage
+- core: add more encodings for western/eastern/northern europe
+- submod: OCR: update dictionaries from SubtitleEdit
+- submod: common: be smarter about uppercase i's in words that should have lowercase L's
+- submod: fix unopened/unclosed font style tags after modification
+- core: re-enable OMDB support
+- core: update guessit for better matching
+- core: fix SearchAllRecentlyMissing (was broken since RC3)
[older changes](CHANGELOG.md)