Skip to content

Commit 78bdc66

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
bumped the version
1 parent ff27413 commit 78bdc66

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@ All notable changes to this service will be documented in this file.
9898

9999
## [1.3.7]
100100
### Notes
101-
- Increased request size for Json template saving logic.
101+
- Increased request size for Json template saving logic.
102+
103+
## [1.3.8]
104+
### Notes
105+
- Added support for EntraSSO authentication scheme.

src/DfE.ExternalApplications.Web/DfE.ExternalApplications.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<UserSecretsId>8051c984-585b-4a5e-b6d7-833e5dd4afe7</UserSecretsId>
8-
<Version>1.3.7</Version>
9-
<InformationalVersion>1.3.7</InformationalVersion>
8+
<Version>1.3.8</Version>
9+
<InformationalVersion>1.3.8</InformationalVersion>
1010
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)