Skip to content

Commit 2da98c3

Browse files
Release v1.22.1 (#563)
1 parent 8d7c5da commit 2da98c3

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.0
1+
v1.22.1

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.1](https://github.com/auth0/go-auth0/tree/v1.22.1) (2025-06-03)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.22.0...v1.22.1)
5+
6+
**Fixed**
7+
- Fix: Set Content-Type header to application/json for non-empty request bodies [\#562](https://github.com/auth0/go-auth0/pull/562) ([developerkunal](https://github.com/developerkunal))
8+
39
## [v1.22.0](https://github.com/auth0/go-auth0/tree/v1.22.0) (2025-05-30)
410
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.21.0...v1.22.0)
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.0"
4+
var Version = "1.22.1"

0 commit comments

Comments
 (0)