diff --git a/CHANGELOG.md b/CHANGELOG.md index f211c44..7f5fbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [1.3.2](https://github.com/nordcloud/mca-cli/compare/v1.3.1...v1.3.2) (2020-11-03) + + +### Bug Fixes + +* Endpoints from args and config are combined ([#6](https://github.com/nordcloud/mca-cli/issues/6)) ([68ba692](https://github.com/nordcloud/mca-cli/commit/68ba6929421c7ab0670961c2771f633ef13bca36)) +* Match properly when using / in include/exclude ([#5](https://github.com/nordcloud/mca-cli/issues/5)) ([861e9d6](https://github.com/nordcloud/mca-cli/commit/861e9d61fc306eb0fc0505424a3848aacbf4874c)) + ### [1.3.1](https://github.com/nordcloud/mca-cli/compare/v1.3.0...v1.3.1) (2020-10-28) diff --git a/package-lock.json b/package-lock.json index 50785b2..c541b25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mca-cli", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d0fab57..fdbe2c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mca-cli", - "version": "1.3.1", + "version": "1.3.2", "description": "CLI application for MCA team", "author": "Nordcloud Managed Cloud Applications", "license": "MIT",