diff --git a/CHANGELOG.md b/CHANGELOG.md index fda81477ee..71f9481320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ##### Breaking +##### Enhancements + +##### Bug Fixes + +## 0.8.0: High Heat + +##### Breaking + * Setting only warning on `SeverityLevelsConfig` rules now disables the error value. [Robin Kunde](https://github.com/robinkunde) diff --git a/Source/SwiftLintFramework/Supporting Files/Info.plist b/Source/SwiftLintFramework/Supporting Files/Info.plist index 6b6a9270c4..8e00fe7eea 100644 --- a/Source/SwiftLintFramework/Supporting Files/Info.plist +++ b/Source/SwiftLintFramework/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.7.2 + 0.8.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/swiftlint/Supporting Files/Info.plist b/Source/swiftlint/Supporting Files/Info.plist index e4cc701032..ff8f5cef3e 100644 --- a/Source/swiftlint/Supporting Files/Info.plist +++ b/Source/swiftlint/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.2 + 0.8.0 CFBundleSignature ???? CFBundleVersion