Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev committed Jan 18, 2023
1 parent 18284ae commit 95845c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
32 changes: 19 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Unreleased

- TBD

# 10.0.0

- Made NoneAlgorithm not requiring any keys as it is not signed
- Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433)
- Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428)
- Added Encode(T) and Encode(Type, object) to JwtBuilder (#415)
- Bumped Newtonsoft.Json from 10.0.3 to 13.0.1
- Fixed typos in exception messages
- Made verify=true by default in IJwtDecoder methods
# Unreleased

- TBD

# 10.0.1

- Fixed deserializing JWT header
- Updated Newtonsoft.Json to version to 13.0.2
- Updated System.Text.Json to version 6.0.7

# 10.0.0

- Made NoneAlgorithm not requiring any keys as it is not signed
- Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433)
- Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428)
- Added Encode(T) and Encode(Type, object) to JwtBuilder (#415)
- Updated Newtonsoft.Json to version 13.0.1
- Fixed typos in exception messages
- Made verify=true by default in IJwtDecoder methods
1 change: 1 addition & 0 deletions JWT.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{513CE2B5-E0D6-43
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
JWT.sln.DotSettings = JWT.sln.DotSettings
JwtStrongNameKey.snk = JwtStrongNameKey.snk
Expand Down

0 comments on commit 95845c3

Please sign in to comment.