Skip to content

Commit

Permalink
Updated changelog and version for release v2.0.0-30
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2023
1 parent 9ae7bc1 commit 4124aa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-30] - 2023-11-04

### Added

- \#283: Support for authentication settings:
Expand All @@ -24,14 +26,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`frodo authn describe --json <myTenant> <realm>`

`frodo authn describe <myTenant> <username> <password>`

- Describe authentication settings in machine-readable format (json):<br>
`frodo authn describe --json <myTenant> <realm>`

`frodo authn describe --json <myTenant> <realm> <username> <password>`

- Export authentication settings to file:<br>
`frodo authn export <myTenant> <realm>`

`frodo authn export <myTenant> <realm> <username> <password>`

- Import authentication settings from file:<br>
`frodo authn import -f alphaRealm.authentication.settings.json <myTenant> <realm>`

Expand Down Expand Up @@ -1422,7 +1427,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed problem with adding connection profiles
- Miscellaneous bug fixes

[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-29...HEAD
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-30...HEAD

[2.0.0-30]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-29...v2.0.0-30

[2.0.0-29]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-28...v2.0.0-29

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockcarver/frodo-cli",
"version": "2.0.0-29",
"version": "2.0.0-30",
"type": "module",
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
"keywords": [
Expand Down

0 comments on commit 4124aa0

Please sign in to comment.