diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fd37fb2..76e0ead87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # RELEASE NOTES -## [Unreleased] +## [0.3.0] - 2019-11-24 -- Service management `reconcile` features +### Added + +- Service management `reconcile`, `install-manifest-pipeline`, + `install-lifecycle-pipeline`, and `ingress-route create` features - Service Infrastructure `generate` features - Multi-stage pipeline support in service management and introspection +- Service Introspection `dashboard` UX tweaks + +### Changed + +- Syntax for from operations. Please refer to documentation. ## [0.2.0] - 2019-10-29 diff --git a/package.json b/package.json index 3a42fe3a4..c6e08b6a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spk", - "version": "0.2.0", + "version": "0.3.0", "description": "The missing Bedrock CLI", "author": "Evan Louie (https://evanlouie.com)", "contributors": [],