From c212bc5ef0616cd5940166cb1403e8679d42732f Mon Sep 17 00:00:00 2001 From: Angelo Di Paolo Date: Fri, 10 Jun 2016 12:15:50 -0400 Subject: [PATCH] version 2.0.1 --- CHANGELOG.md | 4 ++++ ELLog/Info.plist | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4dda3..20e2d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [2.0.1](https://github.com/Electrode-iOS/ELDispatch/releases/tag/v2.0.0) + +- Removed redundant `LogDestinationProtocol` conformace already implemented in `LogDestinationBase` + # [2.0.0](https://github.com/Electrode-iOS/ELDispatch/releases/tag/v2.0.0) - Updated for Swift 2.2 and Xcode 7.3 compatibility diff --git a/ELLog/Info.plist b/ELLog/Info.plist index 7e7479f..783e22e 100644 --- a/ELLog/Info.plist +++ b/ELLog/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 2af7312..dadf898 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ELLog -[![Version](https://img.shields.io/badge/version-v2.0.0-blue.svg)](https://github.com/Electrode-iOS/ELLog/releases/latest) +[![Version](https://img.shields.io/badge/version-v2.0.1-blue.svg)](https://github.com/Electrode-iOS/ELLog/releases/latest) [![Build Status](https://travis-ci.org/Electrode-iOS/ELLog.svg?branch=master)](https://travis-ci.org/Electrode-iOS/ELLog) ELLog is a framework that provides versatile logging options for Swift and Objective-C code.