Skip to content

Commit

Permalink
Release 7.27.0 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b authored Sep 30, 2024
2 parents ee4c4a3 + 9cf9e35 commit 55980ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.26.2
7.27.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [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)

**Added**
- Add support for Managing SCIM configuration [\#726](https://github.com/auth0/auth0.net/pull/726) ([kailash-b](https://github.com/kailash-b))
- Adds 'is_signup_enabled' for OrganisationConnection [\#724](https://github.com/auth0/auth0.net/pull/724) ([kailash-b](https://github.com/kailash-b))

**Fixed**
- Fixes issue where SendInvitationEmail is not defaulting to True [\#728](https://github.com/auth0/auth0.net/pull/728) ([kailash-b](https://github.com/kailash-b))

## [7.26.2](https://github.com/auth0/auth0.net/tree/7.26.2) (2024-04-03)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.26.1...7.26.2)

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.26.2</Version>
<Version>7.27.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 55980ce

Please sign in to comment.