From 346aba0b5f747c9ff769f0792c2f4f8f25f120ce Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Wed, 27 May 2020 09:42:21 +0000 Subject: [PATCH] Created a new release --- Changelog.md | 6 ++++++ Diagnostics.podspec | 2 +- Submodules/WeTransfer-iOS-CI | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index c85e197..2ed3d48 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### 1.7.0 +- Add crashes to our logs ([#63](https://github.com/WeTransfer/Diagnostics/issues/63)) via [@AvdLee](https://github.com/AvdLee) +- Memory leaks in DiagnosticsLogger.handlePipeNotification ([#65](https://github.com/WeTransfer/Diagnostics/issues/65)) via [@AvdLee](https://github.com/AvdLee) +- Add unit test for HTML encoding. ([#64](https://github.com/WeTransfer/Diagnostics/pull/64)) via [@davidsteppenbeck](https://github.com/davidsteppenbeck) +- Merge release 1.6.0 into master ([#62](https://github.com/WeTransfer/Diagnostics/pull/62)) via [@WeTransferBot](https://github.com/WeTransferBot) + ### 1.6.0 - Include device product names ([#60](https://github.com/WeTransfer/Diagnostics/issues/60)) - Encode Logging for HTML so object descriptions are visible ([#51](https://github.com/WeTransfer/Diagnostics/issues/51)) diff --git a/Diagnostics.podspec b/Diagnostics.podspec index 5c2d44c..617b259 100644 --- a/Diagnostics.podspec +++ b/Diagnostics.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Diagnostics' - spec.version = '1.6.0' + spec.version = '1.7.0' spec.summary = 'Create easy Diagnostics Reports and let user send them to your support team.' spec.description = 'Diagnostics is a library written in Swift which makes it really easy to share Diagnostics Reports to your support team.' diff --git a/Submodules/WeTransfer-iOS-CI b/Submodules/WeTransfer-iOS-CI index c2122f8..4a87331 160000 --- a/Submodules/WeTransfer-iOS-CI +++ b/Submodules/WeTransfer-iOS-CI @@ -1 +1 @@ -Subproject commit c2122f81f98515f3e292dff1a5e03c6899870646 +Subproject commit 4a87331db4963edd63c54c7dd79f896862989238