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 Apr 19, 2016
1 parent deacf6f commit a752e23
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.0.0-prerelease.8"></a>
# [1.0.0-prerelease.8](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.7...v1.0.0-prerelease.8) (2016-04-19)


### Bug Fixes

* getNextReleases method renamed to previewReleases ([deacf6f](https://github.com/zywave/OctopusDeploy-Kraken/commit/deacf6f))

### Features

* lock batch implementation, sort batches by name by default on home page ([d8ce1c6](https://github.com/zywave/OctopusDeploy-Kraken/commit/d8ce1c6))



<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)

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

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

### 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>
* lock batch implementation, sort batches by name by default on home page ([d8ce1c6](https://github.com/zywave/OctopusDeploy-Kraken/commit/d8ce1c6))</releaseNotes>
</metadata>
<files>
<file src="src\Kraken\bin\output\**\*.*" target=""/>
Expand Down
6 changes: 2 additions & 4 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
### 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))
* getNextReleases method renamed to previewReleases ([deacf6f](https://github.com/zywave/OctopusDeploy-Kraken/commit/deacf6f))

### 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)
* lock batch implementation, sort batches by name by default on home page ([d8ce1c6](https://github.com/zywave/OctopusDeploy-Kraken/commit/d8ce1c6))
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.7",
"version": "1.0.0-prerelease.8",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit a752e23

Please sign in to comment.