Skip to content

Commit b2f9e86

Browse files
docs: add release notes
1 parent 9b0177c commit b2f9e86

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The BSD 3-Clause "New" or "Revised" License
22

3-
Copyright (c) 2016 - 2022, Thinktecture AG
3+
Copyright (c) 2016 - 2025, Thinktecture AG
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Here you can find all the releases of RelayServer 3 with their corresponding change log.
44

5+
* v3.1.0
6+
- Update many external packages (e.g. System.Text.Json having a vulnerability)
7+
- Replace IdentityModel.AspNetCore with Duende.AccessTokenManagement
8+
- Provide AuthorizationTokenEndpoint directly in discovery document
9+
- Deprecate AuthorizationServer in discovery document
10+
511
* v3.0.1
612
- Add NuGet package readme files
713

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>
88

9-
<VersionPrefix>3.0.1</VersionPrefix>
9+
<VersionPrefix>3.1.0</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<Version Condition="'$(BuildNumber)' != ''">$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>
1212

1313
<!-- NuGet Package information -->
1414
<Company>Thinktecture AG</Company>
1515
<Product>Thinktecture RelayServer</Product>
16-
<Copyright>Copyright © $(Company) 2015 - 2024. All rights reserved.</Copyright>
16+
<Copyright>Copyright © $(Company) 2015 - 2025. All rights reserved.</Copyright>
1717
<Authors>Sebastian Gingter;Thomas Hilzendegen</Authors>
1818
<PackageTags>thinktecture;relayserver</PackageTags>
1919
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)