Skip to content

Commit 03dd4c4

Browse files
author
Eirini
committed
added changelog
1 parent 57c2e48 commit 03dd4c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.9.0
2+
3+
* Removed custom TLS stack
4+
* Allowed option for callers of library to inject own http client
5+
16
## 1.8.1
27

38
* Upgrade System.Text.JSON
@@ -9,7 +14,6 @@
914
* CVE-2024-43485 - Upgrade System.Text.JSON
1015
* Removed .NET 6
1116

12-
1317
## 1.7.0
1418
* Added .NET 8 as test target
1519
* Dropped .NET 6

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.1</VersionPrefix>
6+
<VersionPrefix>1.9.0</VersionPrefix>
77
<Authors>Tinify</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<AssemblyName>Tinify</AssemblyName>

0 commit comments

Comments
 (0)