Skip to content

Commit

Permalink
Merge pull request #52 from tboerger/feature/version
Browse files Browse the repository at this point in the history
Bumped version to 2.3.0 and updated changelog
  • Loading branch information
tboerger committed Jan 18, 2016
2 parents 4aad135 + e4a0778 commit d7575f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/crowbar/crowbar-client/releases/tag/v2.3.0) - 2015-01-15

* BREAKING
* Dropped --no-aliases option from node list subcommand (@tboerger)
* Dropped --no-names option from node list subcommand (@tboerger)
* ENHANCEMENT
* Added more columns to node list subcommand (@tboerger)
* Order node list subcommand output alphabetically now (@tboerger)
* Added subcommand to reset a proposal state through the API (@tboerger)
* Added subcommand to interact with the backup API (@tboerger)
* Added subcommand to set the group of a node (@tboerger)

## [2.2.1](https://github.com/crowbar/crowbar-client/releases/tag/v2.2.1) - 2015-12-15

* 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 @@ -18,8 +18,8 @@ module Crowbar
module Client
class Version
MAJOR = 2
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0

PRE = nil

Expand Down

0 comments on commit d7575f7

Please sign in to comment.