diff --git a/CHANGELOG.md b/CHANGELOG.md index 128fae73f..80b7abf47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Notable changes. ## January 2023 +### [0.28.0] + +- Features preamble: Add warnings for Feature renames & deprecation. (https://github.com/devcontainers/cli/pull/366) +- Add dotfiles functionallity. (https://github.com/devcontainers/cli/pull/362) +- Cache user env for performance improvement. (https://github.com/devcontainers/cli/pull/374) + ### [0.27.1] - Fix: Modify argument regex to only allow certain set of values (https://github.com/devcontainers/cli/pull/361) diff --git a/package.json b/package.json index 1e81532de..f8bf25a6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@devcontainers/cli", "description": "Dev Containers CLI", - "version": "0.27.1", + "version": "0.28.0", "bin": { "devcontainer": "devcontainer.js" },