diff --git a/CHANGELOG.md b/CHANGELOG.md index 84354d3..93874d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). -## v1.0.0-beta.1 - 2024-11-29 -### Added -* GraphQL Data API authentication provider create command -* GraphQL Data API authentication provider delete command -* Added input validation for string flags with finite possible values -* Require less arguments when creating Aura Free instances - allowed values are automatically populated. +## v1.0.0 - 2024-12-20 +This is the first stable release of the Aura CLI, which brings support for managing the following Aura resources: +* Instances (create/delete/get/list/overwrite/pause/resume/update) + * Snapshots (create/get/list) +* Customer Managed Keys (create/delete/get/list) +* Tenants (get/list) + ## v0.5.0 - 2024-10-31 ### Added