diff --git a/CHANGELOG.md b/CHANGELOG.md index b631232..ef0c00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,22 @@ -# [0.1.0](https://github.com/aerogear/unifiedpush-cli/compare/0.0.1-alpha.3...0.1.0) (2020-05-06) +# [0.2.0](https://github.com/aerogear/unifiedpush-cli/compare/0.1.0...0.2.0) (2020-05-18) ### Features -* Added the application delete command ([12c0732](https://github.com/aerogear/unifiedpush-cli/commit/12c073234d140fb0cb2a5b81f8b2977799de705f)) +* **list:** added support for pagination ([e9469ed](https://github.com/aerogear/unifiedpush-cli/commit/e9469ed939f85b1a94278a1d1bea2b33d1e6ecd7)) -## [0.0.1-alpha.1](https://github.com/aerogear/unifiedpush-cli/compare/0.0.1-alpha.0...0.0.1-alpha.1) (2020-04-03) +# [0.1.0](https://github.com/aerogear/unifiedpush-cli/compare/0.0.1-alpha.3...0.1.0) (2020-05-06) + +### Features + +* Added the application delete command ([12c0732](https://github.com/aerogear/unifiedpush-cli/commit/12c073234d140fb0cb2a5b81f8b2977799de705f)) -## 0.0.1-alpha.0 (2020-04-03) + +## [0.0.1-alpha.1](https://github.com/aerogear/unifiedpush-cli/compare/0.0.1-alpha.0...0.0.1-alpha.1) (2020-04-03) diff --git a/package.json b/package.json index 591668c..268d694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/unifiedpush-cli", - "version": "0.1.0", + "version": "0.2.0", "description": "UnifiedPush Server CLI client", "author": "AeroGear Team", "homepage": "http://aerogear.org", @@ -57,4 +57,4 @@ "bugs": { "url": "https://github.com/aerogear/unifiedpush-cli/issues" } -} +} \ No newline at end of file