Skip to content

Commit

Permalink
Merge pull request #129 from rsalevsky/v3.1.5
Browse files Browse the repository at this point in the history
Bumped version to 3.1.5 and updated changelog
  • Loading branch information
Rick Salevsky authored Dec 6, 2016
2 parents 4dce624 + cf16443 commit debc42e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Changelog

## [3.1.5](https://github.com/crowbar/crowbar-client/releases/tag/v3.1.5) - 2016-12-06

* BUGFIX
* Handover timeout to the rest-client (@MaximilianMeister)
* ENHANCEMENT
* Improve upgrade precheck output (@MaximilianMeister)
* Improve upgrade error output (@MaximilianMeister)
* Add subcommand to cancel upgrade (@MaximilianMeister)
* Drop batch build command (@MaximilianMeister)
* Mark upgrade subcommand as experimental (@rsalevsky)

## [3.1.4](https://github.com/crowbar/crowbar-client/releases/tag/v3.1.4) - 2016-11-14

* ENHANCEMENT
* Add database subcommand for fresh cloud installations (@MaximilianMeister)
* Update database parameter validations (@MaximilianMeister)
* Adapting request url's to various API changes (@MaximilianMeister)
* Adapting request urls to various API changes (@MaximilianMeister)

## [3.1.3](https://github.com/crowbar/crowbar-client/releases/tag/v3.1.3) - 2016-10-18

Expand Down
2 changes: 1 addition & 1 deletion lib/crowbar/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Version
#
# Patch version
#
PATCH = 4
PATCH = 5

#
# Optional suffix
Expand Down

0 comments on commit debc42e

Please sign in to comment.