Skip to content

Commit

Permalink
Merge branch 'main' into SDK-5225/CIBA
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj authored Dec 9, 2024
2 parents c03fb8e + fcd7f55 commit aed0774
Show file tree
Hide file tree
Showing 12 changed files with 1,292 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
AUTH0_CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}

- name: Update codecov report
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@4.6.0
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: make test

- name: Update codecov report
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@4.6.0
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.12.0
v1.13.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.13.0](https://github.com/auth0/go-auth0/tree/v1.13.0) (2024-12-06)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.12.0...v1.13.0)

**Added**
- Add support for ACUL Endpoints in `PromptManager` [\#458](https://github.com/auth0/go-auth0/pull/458) ([developerkunal](https://github.com/developerkunal))

## [v1.12.0](https://github.com/auth0/go-auth0/tree/v1.12.0) (2024-11-28)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.2...v1.12.0)

Expand Down
53 changes: 53 additions & 0 deletions management/management.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions management/management.gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aed0774

Please sign in to comment.