diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b56f3..f211c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/nordcloud/mca-cli/compare/v1.3.0...v1.3.1) (2020-10-28) + + +### Bug Fixes + +* Use args in setPagerdutyEndpoint ([93adcf9](https://github.com/nordcloud/mca-cli/commit/93adcf91d05f29d34cfa215c0c042bb64c1bc2e5)) + ## [1.3.0](https://github.com/nordcloud/mca-cli/compare/v1.2.1...v1.3.0) (2020-10-28) diff --git a/package-lock.json b/package-lock.json index e92f079..9fe4edf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mca-cli", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af79bbd..c07debd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mca-cli", - "version": "1.3.0", + "version": "1.3.1", "description": "CLI application for MCA team", "author": "Nordcloud Managed Cloud Applications", "license": "MIT",