Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Jul 3, 2021
1 parent 9d8eff5 commit f634b57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 5.0.0 (2021-07-03)

- Removed obsolete constructor [#91](https://github.com/akunzai/GSS.Authentication.CAS/pull/91)
- Fixes nullable property handling
- Fixes namespace
- Renamed Single Sign-Out to Single Logout (SLO) [#92](https://github.com/akunzai/GSS.Authentication.CAS/pull/92)

## 4.1.2 (2021-05-26)

- Add System.Text.Encodings.Web 4.7.2 to fix [#77](https://github.com/akunzai/GSS.Authentication.CAS/issues/77)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Nullable>enable</Nullable>
<Version>4.1.2</Version>
<Version>5.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit f634b57

Please sign in to comment.