diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist
index 75749153..c7de3660 100644
--- a/cocoa/se/Info.plist
+++ b/cocoa/se/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
hsft
CFBundleVersion
- 2.10.1
+ 2.11.0
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml
index 428de611..2a1b57e5 100644
--- a/help_se/changelog.yaml
+++ b/help_se/changelog.yaml
@@ -1,3 +1,12 @@
+- date: 2010-08-17
+ version: 2.11.0
+ description: |
+ * Added the ability to save (and reload them) at arbitrary locations.
+ * Improved the way reference files in dupe groups are chosen. (#15)
+ * Remember size/position of all windows between launches. (#102)
+ * Fixed a bug sometimes preventing dupeGuru from reloading previous results.
+ * Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
+ * Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
- date: 2010-07-15
version: 2.10.1
description: |
diff --git a/qt/se/app.py b/qt/se/app.py
index 042432b8..307a31c1 100644
--- a/qt/se/app.py
+++ b/qt/se/app.py
@@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
EDITION = 'se'
LOGO_NAME = 'logo_se'
NAME = 'dupeGuru'
- VERSION = '2.10.1'
+ VERSION = '2.11.0'
DELTA_COLUMNS = frozenset([2, 4])
def __init__(self):