diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5e5b92f..73ae44791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## Mackup 0.8.33 + - Added support for Lightroom Classic (via @treee111) - Fixed support for Hocus Focus (via @jrolfs) - Added support for KeePassXC (via @harens) diff --git a/mackup/constants.py b/mackup/constants.py index 708cc63fc..0971ff919 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.32" +VERSION = "0.8.33" # Support platforms PLATFORM_DARWIN = "Darwin"