From ab167f6dd056389843116e7242dd626664638d92 Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Mon, 3 Jan 2022 17:44:33 +0000 Subject: [PATCH] Release 2.8.5 --- 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 a2958ca54..cd80ba7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ ##### Bug Fixes +- None. + +## 2.8.5 (2022-01-03) + +##### Breaking + +- None. + +##### Enhancements + +- None. + +##### Bug Fixes + - Fix a crash while indexing. ## 2.8.4 (2021-12-30) diff --git a/Periphery.podspec b/Periphery.podspec index 2a1f9efad..bb7dc4adf 100644 --- a/Periphery.podspec +++ b/Periphery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Periphery" - spec.version = "2.8.4" + spec.version = "2.8.5" 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 b7cea1eb8..9a76e7c89 100644 --- a/Sources/Frontend/Version.swift +++ b/Sources/Frontend/Version.swift @@ -1 +1 @@ -let PeripheryVersion = "2.8.4" +let PeripheryVersion = "2.8.5"