Skip to content

Commit a4bfbc8

Browse files
committed
Prepare 1.8.1 release
1 parent a00a672 commit a4bfbc8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.8.1
2+
3+
* Upgrade System.Text.JSON
4+
* Skip custom CABundle verification on MacOS as it was broken since last MacOS update
5+
16
## 1.8.0
27

38
* Added .NET 9 as target

src/Tinify/Tinify.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>.NET client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.</Description>
55
<AssemblyTitle>Tinify</AssemblyTitle>
6-
<VersionPrefix>1.8.0</VersionPrefix>
6+
<VersionPrefix>1.8.1</VersionPrefix>
77
<Authors>Tinify</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<AssemblyName>Tinify</AssemblyName>

0 commit comments

Comments
 (0)