Skip to content

Commit f5ad30b

Browse files
Release v1.22.0 (#560)
1 parent 90373df commit f5ad30b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.21.0
1+
v1.22.0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v1.22.0](https://github.com/auth0/go-auth0/tree/v1.22.0) (2025-05-30)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.21.0...v1.22.0)
5+
6+
**Added**
7+
- Add Support for Limiting M2M Usage via `Tenant-Wide` Defaults and `Client/Organization` Overrides [\#537](https://github.com/auth0/go-auth0/pull/537) ([developerkunal](https://github.com/developerkunal))
8+
9+
**Fixed**
10+
- Fix: Prevent sending `{}` as body in requests for methods that don’t allow or expect a payload [\#546](https://github.com/auth0/go-auth0/pull/546) ([jeffmay](https://github.com/jeffmay))
11+
312
## [v1.21.0](https://github.com/auth0/go-auth0/tree/v1.21.0) (2025-05-20)
413
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.20.0...v1.21.0)
514

meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package auth0
22

33
// Version is the package version.
4-
var Version = "1.21.0"
4+
var Version = "1.22.0"

0 commit comments

Comments
 (0)