diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ea2a938..b8fb7948f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## WIP +## Mackup 0.8.37 + - Added support for macOS Preview (via @iloveitaly) - Fixed support for Bat (via @grigorii-horos) - Added support for Rust (via @grigorii-horos) diff --git a/mackup/constants.py b/mackup/constants.py index 1685f19e7..f8c2fe6f0 100644 --- a/mackup/constants.py +++ b/mackup/constants.py @@ -1,6 +1,6 @@ """Constants used in Mackup.""" # Current version -VERSION = "0.8.36" +VERSION = "0.8.37" # Support platforms PLATFORM_DARWIN = "Darwin"