Skip to content

Commit

Permalink
Merge pull request #72 from auth0/changelog_v0.6.4
Browse files Browse the repository at this point in the history
Add change log for v0.6.4
  • Loading branch information
sergiught authored Jun 8, 2022
2 parents a3b52ca + 2abe660 commit fcf36e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

<a name="v0.6.4"></a>
## [v0.6.4](https://github.com/auth0/go-auth0/tree/v0.6.4) (2022-06-08)

[Full Changelog](https://github.com/auth0/go-auth0/compare/v0.6.3...v0.6.4)

### Added

- Added support for webauthn_platform_first_factor_prompt flag in the prompt ([#59](https://github.com/auth0/go-auth0/pull/59))

### Changed

- Bumped Go version to 1.18 ([#71](https://github.com/auth0/go-auth0/pull/71))
- Ensured that all the tests can be run in any order
- Ensured that all the tests clean up the test tenant afterwards of any created resources
- Enabled http recordings with go-vcr to be used within tests for more reliable testing


<a name="v0.6.3"></a>
## [v0.6.3](https://github.com/auth0/go-auth0/tree/v0.6.3) (2022-04-13)

Expand Down

0 comments on commit fcf36e2

Please sign in to comment.