Skip to content

Commit

Permalink
Add changelog for v1.6.0 (#1093)
Browse files Browse the repository at this point in the history
* Add changelog for v1.6.0

* removed spaces

Signed-off-by: Rajat Bajaj <[email protected]>

* Bump golang.org/x/net from 0.29.0 to 0.30.0 (#1088)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
- [Commits](golang/net@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Rajat Bajaj <[email protected]>

* Bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 (#1092)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.29.0 to 0.29.1.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.29.0...v0.29.1)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Rajat Bajaj <[email protected]>

---------

Signed-off-by: Rajat Bajaj <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Rajat Bajaj <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent f512d91 commit 7dc58e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [v1.6.0](https://github.com/auth0/auth0-cli/tree/v1.6.0) (Oct 17, 2024)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.5.1...v1.6.0)

### Added

- Support for importing `Flows`, `Forms` and `FlowVaultConnections` Terraform Resources [#1084]

### Fixed

- Resolved an issue to support `passwordless connection` while creating and updating a user [#1091]

# [v1.5.1](https://github.com/auth0/auth0-cli/tree/v1.5.1) (Oct 4, 2024)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.5.0...v1.5.1)
Expand Down Expand Up @@ -303,6 +315,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updating of action triggers which inevitably results in error [#597]

[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.5.1...HEAD
[#1091]: https://github.com/auth0/auth0-cli/issues/1091
[#1084]: https://github.com/auth0/auth0-cli/issues/1084
[#1083]: https://github.com/auth0/auth0-cli/issues/1083
[#1081]: https://github.com/auth0/auth0-cli/issues/1081
[#1079]: https://github.com/auth0/auth0-cli/issues/1079
Expand Down

0 comments on commit 7dc58e0

Please sign in to comment.