Skip to content

Commit

Permalink
Bumped version to 3.6.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Salevsky committed Jun 19, 2018
1 parent 30c2bcc commit 285a93d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.6.0](https://github.com/crowbar/crowbar-client/releases/tag/v3.6.0) - 2018-06-19

* BUGFIX
* Fix node show help (bsc#1024498)
* ENHANCEMENT
* Extend the clean restart flags
* Add an option to identify the version of product being upgraded
* Added support for postpone/resume upgrade actions

## [3.5.2](https://github.com/crowbar/crowbar-client/releases/tag/v3.5.2) - 2018-01-09

* BUGFIX
Expand Down
4 changes: 2 additions & 2 deletions lib/crowbar/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ class Version
#
# Minor version
#
MINOR = 5
MINOR = 6

#
# Patch version
#
PATCH = 2
PATCH = 0

#
# Optional suffix
Expand Down

0 comments on commit 285a93d

Please sign in to comment.