Skip to content

Commit

Permalink
Merge pull request #66 from neo4j/release/v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
darrellwarde authored Oct 18, 2024
2 parents 63a3a1e + faa3625 commit c570148
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20241007-165103.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241006-161645.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241007-135258.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241008-134800.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241015-170736.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241016-163647.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241016-164552.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.4.0 - 2024-10-17
### Added
* Clear access token in the instance of an unauthorized request, and prompt user to retry
### Fixed
* Ensure that 1 argument is required when getting snapshot details
* Correct some of the snapshot help output
* Fixed flag descriptions for instance overwrite
* Fixed which values are accepted for output config option
* Add warning message when getting tenant details with table output that more details are available with other output settings
* Added the fact that snapshot must be exportable to overwrite an instance
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.4.0 - 2024-10-17
### Added
* Clear access token in the instance of an unauthorized request, and prompt user to retry
### Fixed
* Ensure that 1 argument is required when getting snapshot details
* Correct some of the snapshot help output
* Fixed flag descriptions for instance overwrite
* Fixed which values are accepted for output config option
* Add warning message when getting tenant details with table output that more details are available with other output settings
* Added the fact that snapshot must be exportable to overwrite an instance

## v0.3.0 - 2024-10-03
### Added
* Added snapshot commands get, list and create
Expand Down

0 comments on commit c570148

Please sign in to comment.