Skip to content

Commit 05d9865

Browse files
Release v1.22.2 (#567)
1 parent a59eb82 commit 05d9865

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [v1.22.2](https://github.com/auth0/go-auth0/tree/v1.22.2) (2025-06-09)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.22.1...v1.22.2)
5+
6+
**Fixed**
7+
- Revert `DELETE` body restriction and fix `CleanForPatch` nil checks in Update methods [\#565](https://github.com/auth0/go-auth0/pull/565) ([developerkunal](https://github.com/developerkunal))
8+
39
## [v1.22.1](https://github.com/auth0/go-auth0/tree/v1.22.1) (2025-06-03)
410
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.22.0...v1.22.1)
511

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.22.1"
4+
var Version = "1.22.2"

0 commit comments

Comments
 (0)