Skip to content

Commit

Permalink
Release 7.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b committed Oct 25, 2024
1 parent 96efa38 commit 3905f15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.27.0
7.28.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [7.28.0](https://github.com/auth0/auth0.net/tree/7.28.0) (2024-10-25)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.27.0...7.28.0)

**Added**
- Adds support for HRI [\#738](https://github.com/auth0/auth0.net/pull/738) ([kailash-b](https://github.com/kailash-b))
- Adds support for session management and refresh-tokens [\#737](https://github.com/auth0/auth0.net/pull/737) ([kailash-b](https://github.com/kailash-b))
- Organization support for client credentials [\#733](https://github.com/auth0/auth0.net/pull/733) ([kailash-b](https://github.com/kailash-b))

## [7.27.0](https://github.com/auth0/auth0.net/tree/7.27.0) (2024-09-30)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.26.2...7.27.0)

Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<LangVersion>7.1</LangVersion>
<Version>7.27.0</Version>
<Version>7.28.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 3905f15

Please sign in to comment.