Skip to content

Commit 966015d

Browse files
committed
chore: bumps version for STJ base64 fix
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent c739e3b commit 966015d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.11.3] - 2024-08-16
11+
12+
### Changed
13+
14+
- Replaced Convert.FromBase64 by System.Text.Json GetBytesFromBase64 to improve performance (10x improvement).
15+
1016
## [1.11.2] - 2024-08-14
1117

1218
### Changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Common default project properties for ALL projects-->
33
<PropertyGroup>
4-
<VersionPrefix>1.11.2</VersionPrefix>
4+
<VersionPrefix>1.11.3</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)