From 96024041413e5c73bfa459efdbb467011e9d92c1 Mon Sep 17 00:00:00 2001 From: "andrebriggs@users.noreply.github.com" Date: Sun, 24 Nov 2019 18:53:15 +0000 Subject: [PATCH] Prep for 0.3.0 release --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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": [],