diff --git a/CHANGELOG.md b/CHANGELOG.md index e390254..01c8016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v0.6.0 + +### Client + +* introduced a new plugin manager! See `draft plugins` +* introduced smarter language detection for apps through `draft create` +* `draft init --yes` has been renamed to `draft init --auto-accept` +* STDIN is now attached when running Draft plugins +* the project file watcher feature has been disabled by default +* fixed a regression where values in draft.toml were not being pushed to the server +* rewrote `draft create` to make charts generated by draft helm-compatible + +### Server + +* the websocket framework for Draft has been completely re-written to communicate via the gRPC protocol! +* bumped to helm v2.5.1 compatibility +* added `ondraft=true` as an injected value into charts deployed via Draft + +### Documentation + +* alter project governance to a more team-based model +* add documentation on the new `draft plugins` feature + ## v0.5.1 ### Client