From bfa9f8208c3ad2d252c139e1a7f64d40f43ff37f Mon Sep 17 00:00:00 2001 From: p-ob Date: Thu, 10 Nov 2016 09:06:54 -0600 Subject: [PATCH] chore(release): bump version, update changelog --- CHANGELOG.md | 11 +++++++++++ Kraken.nuspec | 11 +++-------- RELEASENOTES.md | 9 ++------- package.json | 2 +- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465613e..aff9aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.0.2-prerelease.0](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.1...v1.0.2-prerelease.0) (2016-11-10) + + +### Bug Fixes + +* breaking Octopus upgrade requires Octopus.Client package update ([2782c86](https://github.com/zywave/OctopusDeploy-Kraken/commit/2782c86)) +* linking projects via UI lags kraken and floods network with API calls ([6e33177](https://github.com/zywave/OctopusDeploy-Kraken/commit/6e33177)) + + + ## [1.0.1](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.10...v1.0.1) (2016-10-19) diff --git a/Kraken.nuspec b/Kraken.nuspec index a754f8d..29b4938 100644 --- a/Kraken.nuspec +++ b/Kraken.nuspec @@ -2,19 +2,14 @@ Kraken Kraken Deploy - 1.0.1 + 1.0.2-prerelease00 https://github.com/Zywave/OctopusDeploy-Kraken https://github.com/Zywave/OctopusDeploy-Kraken/graphs/contributors A companion tool for Octopus Deploy that facilitates deploying multiple projects at once. ### Bug Fixes -* checkProgress floods network when adding projects ([0d02bd0](https://github.com/zywave/OctopusDeploy-Kraken/commit/0d02bd0)) -* linking projects via UI lags kraken and floods network with API calls ([#59](https://github.com/zywave/OctopusDeploy-Kraken/issues/59)) ([c8dd77a](https://github.com/zywave/OctopusDeploy-Kraken/commit/c8dd77a)) - - -### Features - -* copybatch command ([2da1ee2](https://github.com/zywave/OctopusDeploy-Kraken/commit/2da1ee2)), closes [#43](https://github.com/zywave/OctopusDeploy-Kraken/issues/43) +* breaking Octopus upgrade requires Octopus.Client package update ([2782c86](https://github.com/zywave/OctopusDeploy-Kraken/commit/2782c86)) +* linking projects via UI lags kraken and floods network with API calls ([6e33177](https://github.com/zywave/OctopusDeploy-Kraken/commit/6e33177)) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ce2108a..f8453ce 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,9 +1,4 @@ ### Bug Fixes -* checkProgress floods network when adding projects ([0d02bd0](https://github.com/zywave/OctopusDeploy-Kraken/commit/0d02bd0)) -* linking projects via UI lags kraken and floods network with API calls ([#59](https://github.com/zywave/OctopusDeploy-Kraken/issues/59)) ([c8dd77a](https://github.com/zywave/OctopusDeploy-Kraken/commit/c8dd77a)) - - -### Features - -* copybatch command ([2da1ee2](https://github.com/zywave/OctopusDeploy-Kraken/commit/2da1ee2)), closes [#43](https://github.com/zywave/OctopusDeploy-Kraken/issues/43) \ No newline at end of file +* breaking Octopus upgrade requires Octopus.Client package update ([2782c86](https://github.com/zywave/OctopusDeploy-Kraken/commit/2782c86)) +* linking projects via UI lags kraken and floods network with API calls ([6e33177](https://github.com/zywave/OctopusDeploy-Kraken/commit/6e33177)) \ No newline at end of file diff --git a/package.json b/package.json index a30856d..9f030ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OctopusDeploy-Kraken", - "version": "1.0.1", + "version": "1.0.2-prerelease.0", "private": true, "repository": { "type": "git",