Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
chore(release): bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ob committed Nov 10, 2016
1 parent e111ae2 commit bfa9f82
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.2-prerelease.0"></a>
## [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))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.10...v1.0.1) (2016-10-19)

Expand Down
11 changes: 3 additions & 8 deletions Kraken.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
<metadata>
<id>Kraken</id>
<title>Kraken Deploy</title>
<version>1.0.1</version>
<version>1.0.2-prerelease00</version>
<projectUrl>https://github.com/Zywave/OctopusDeploy-Kraken</projectUrl>
<authors>https://github.com/Zywave/OctopusDeploy-Kraken/graphs/contributors</authors>
<description>A companion tool for Octopus Deploy that facilitates deploying multiple projects at once.</description>
<releaseNotes>### 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)</releaseNotes>
* 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))</releaseNotes>
</metadata>
<files>
<file src="src\Kraken\bin\output\**\*.*" target=""/>
Expand Down
9 changes: 2 additions & 7 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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)
* 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OctopusDeploy-Kraken",
"version": "1.0.1",
"version": "1.0.2-prerelease.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit bfa9f82

Please sign in to comment.