Skip to content

Commit 3361d57

Browse files
committed
Updated release notes and changelog
1 parent 165bfaf commit 3361d57

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.nuget/Codebelt.SharedKernel/PackageReleaseNotes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version: 0.2.0
2+
Availability: .NET 8
3+
 
4+
# New Features
5+
- ADDED Token record in the Codebelt.SharedKernel namespace that represents an object that can be used for storing sensitive data
6+
- ADDED TokenOptions class in the Codebelt.SharedKernel namespace that specifies options that is related to the Token record
7+
- ADDED CorrelationId record in the Codebelt.SharedKernel namespace that represents an object that can be used as unique identifier that help you trace requests across multiple services in a distributed system
8+
 
19
Version: 0.1.0
210
Availability: .NET 8
311

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder.
66

7+
## [0.2.0] - 2024-04-11
8+
9+
### Added
10+
11+
#### Codebelt.SharedKernel
12+
13+
- Token record in the Codebelt.SharedKernel namespace that represents an object that can be used for storing sensitive data
14+
- TokenOptions class in the Codebelt.SharedKernel namespace that specifies options that is related to the Token record
15+
- CorrelationId record in the Codebelt.SharedKernel namespace that represents an object that can be used as unique identifier that help you trace requests across multiple services in a distributed system
16+
717
## [0.1.0] - 2024-04-03
818

919
### Added

0 commit comments

Comments
 (0)