From c879813cd98a0d24f3e5289f794b7587f3730998 Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sat, 21 Nov 2020 13:53:26 +0100 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 14 ++++++++++++++ Periphery.podspec | 2 +- Sources/Frontend/Version.swift | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a033637f0a..b8756e3f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ ##### Enhancements +- None. + +##### Bug Fixes + +- None. + +## 2.2.0 (2020-11-21) + +##### Breaking + +- None. + +##### Enhancements + - Add support for SwiftPM & Xcode mixed projects. ##### Bug Fixes diff --git a/Periphery.podspec b/Periphery.podspec index 206b2302f5..7cc0c5e849 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.1.1" + spec.version = "2.2.0" spec.summary = "Eliminate Unused Swift Code." spec.homepage = "https://github.com/peripheryapp/periphery" spec.license = { :type => 'MIT', :file => 'LICENSE.md' } diff --git a/Sources/Frontend/Version.swift b/Sources/Frontend/Version.swift index 716c21bfc3..0e02601f58 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -public let PeripheryVersion = "2.1.1" +public let PeripheryVersion = "2.2.0"