diff --git a/cocoa/pe/Info.plist b/cocoa/pe/Info.plist
index 38d8f681..43b79331 100644
--- a/cocoa/pe/Info.plist
+++ b/cocoa/pe/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
hsft
CFBundleVersion
- 1.8.0
+ 1.8.1
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/help_pe/changelog.yaml b/help_pe/changelog.yaml
index 860bb3b4..67f75ad7 100644
--- a/help_pe/changelog.yaml
+++ b/help_pe/changelog.yaml
@@ -1,3 +1,9 @@
+- date: 2010-01-15
+ version: 1.8.1
+ description: |
+ * Improved scanning speed when ref directories are involved. (#77)
+ * Show a message dialog at the end of the scan if no duplicates are found. (#81)
+ * Fixed a crash when adding the iPhoto library twice. [Mac OS X] (#80)
- date: 2009-12-16
version: 1.8.0
description: |
diff --git a/qt/pe/app.py b/qt/pe/app.py
index ac2c437e..2ae6fafd 100644
--- a/qt/pe/app.py
+++ b/qt/pe/app.py
@@ -56,7 +56,7 @@ class File(fs.File):
class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition'
- VERSION = '1.8.0'
+ VERSION = '1.8.1'
DELTA_COLUMNS = frozenset([2, 5, 6])
def __init__(self):