diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1afb7..c87c9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.0](https://github.com/apollosproject/cli/compare/v0.0.17...v0.1.0) (2022-06-03) + + +### ⚠ BREAKING CHANGES + +* removes upgrade command + +* removes upgrade command ([30707e7](https://github.com/apollosproject/cli/commit/30707e7dd300ad910cce828396ee5b2949453a99)) + ## [0.0.17](https://github.com/apollosproject/cli/compare/v0.0.16...v0.0.17) (2022-06-03) diff --git a/package.json b/package.json index a42585d..d264973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollosproject/cli", - "version": "0.0.17", + "version": "0.1.0", "repository": "github:apollosproject/cli", "description": "", "type": "module",