From dde29216adc4832ca36f783aeb88e21baefdd1ef Mon Sep 17 00:00:00 2001 From: Remco Koopmans Date: Sat, 27 Jul 2024 21:49:41 +0200 Subject: [PATCH] Prepare new release --- CHANGES.md | 6 ++++++ src/Tinify/Tinify.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7645389..1eeb028 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## 1.7.0 +* Added .NET 8 as test target +* Dropped .NET 6 +* Added tests for macOS ARM +* Bumped System.Text.Json to 8.0.4 + ## 1.6.0 * Increased TargetFramework to netstandard2.0 * Tinify client is now tested on diff --git a/src/Tinify/Tinify.csproj b/src/Tinify/Tinify.csproj index 3696e2a..132fe1c 100644 --- a/src/Tinify/Tinify.csproj +++ b/src/Tinify/Tinify.csproj @@ -3,7 +3,7 @@ .NET client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com. Tinify - 1.6.0 + 1.7.0 Tinify netstandard2.0 Tinify