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
cruikshj committed Mar 31, 2016
1 parent 739ca27 commit 40ecb5f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.0.0-prerelease.7"></a>
# [1.0.0-prerelease.7](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.6...v1.0.0-prerelease.7) (2016-03-31)


### Bug Fixes

* lock/unlock and passing id values to cmdr didn't refresh batch details UI ([5fa7038](https://github.com/zywave/OctopusDeploy-Kraken/commit/5fa7038))

### Features

* enable TLS 1.2 ([739ca27](https://github.com/zywave/OctopusDeploy-Kraken/commit/739ca27))
* notify user when deploy fails for projects, allow user to lock batch, sort batch ([538e591](https://github.com/zywave/OctopusDeploy-Kraken/commit/538e591))
* progress improvements: less API calls, more info closes #26 ([b44427c](https://github.com/zywave/OctopusDeploy-Kraken/commit/b44427c)), closes [#26](https://github.com/zywave/OctopusDeploy-Kraken/issues/26) [#38](https://github.com/zywave/OctopusDeploy-Kraken/issues/38) [#37](https://github.com/zywave/OctopusDeploy-Kraken/issues/37) [#39](https://github.com/zywave/OctopusDeploy-Kraken/issues/39)



<a name="1.0.0-prerelease.6"></a>
# [1.0.0-prerelease.6](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.5...v1.0.0-prerelease.6) (2016-03-18)

Expand Down
10 changes: 8 additions & 2 deletions Kraken.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
<metadata>
<id>Kraken</id>
<title>Kraken Deploy</title>
<version>1.0.0-prerelease06</version>
<version>1.0.0-prerelease07</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

* logs file powershell fix ([fd3fccf](https://github.com/zywave/OctopusDeploy-Kraken/commit/fd3fccf))</releaseNotes>
* lock/unlock and passing id values to cmdr didn't refresh batch details UI ([5fa7038](https://github.com/zywave/OctopusDeploy-Kraken/commit/5fa7038))

### Features

* enable TLS 1.2 ([739ca27](https://github.com/zywave/OctopusDeploy-Kraken/commit/739ca27))
* notify user when deploy fails for projects, allow user to lock batch, sort batch ([538e591](https://github.com/zywave/OctopusDeploy-Kraken/commit/538e591))
* progress improvements: less API calls, more info closes #26 ([b44427c](https://github.com/zywave/OctopusDeploy-Kraken/commit/b44427c)), closes [#26](https://github.com/zywave/OctopusDeploy-Kraken/issues/26) [#38](https://github.com/zywave/OctopusDeploy-Kraken/issues/38) [#37](https://github.com/zywave/OctopusDeploy-Kraken/issues/37) [#39](https://github.com/zywave/OctopusDeploy-Kraken/issues/39)</releaseNotes>
</metadata>
<files>
<file src="src\Kraken\bin\output\**\*.*" target=""/>
Expand Down
8 changes: 7 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Bug Fixes

* logs file powershell fix ([fd3fccf](https://github.com/zywave/OctopusDeploy-Kraken/commit/fd3fccf))
* lock/unlock and passing id values to cmdr didn't refresh batch details UI ([5fa7038](https://github.com/zywave/OctopusDeploy-Kraken/commit/5fa7038))

### Features

* enable TLS 1.2 ([739ca27](https://github.com/zywave/OctopusDeploy-Kraken/commit/739ca27))
* notify user when deploy fails for projects, allow user to lock batch, sort batch ([538e591](https://github.com/zywave/OctopusDeploy-Kraken/commit/538e591))
* progress improvements: less API calls, more info closes #26 ([b44427c](https://github.com/zywave/OctopusDeploy-Kraken/commit/b44427c)), closes [#26](https://github.com/zywave/OctopusDeploy-Kraken/issues/26) [#38](https://github.com/zywave/OctopusDeploy-Kraken/issues/38) [#37](https://github.com/zywave/OctopusDeploy-Kraken/issues/37) [#39](https://github.com/zywave/OctopusDeploy-Kraken/issues/39)
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.0-prerelease.6",
"version": "1.0.0-prerelease.7",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 40ecb5f

Please sign in to comment.