diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9cfdc7..79a51c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### 0.3.5
+- Added support for images with source in `sourceset`
+- Added check to not launch popup window with no found link
+- Added padding to options page
+
 ### 0.3.4
 - Add option for images wrapped in link to prefer link or image
 - Apply configs immediately, without the need to reload the page
diff --git a/src/manifest.json b/src/manifest.json
index dd37f0e..a98dd6e 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -3,7 +3,7 @@
   "name": "Open in Popup Window",
   "description": "__MSG_extensionDescription__",
   "default_locale": "en",
-  "version": "0.3.4",
+  "version": "0.3.5",
   "icons": {
     "48": "icon.png",
     "96": "icon.png",