Skip to content

Commit

Permalink
Release 1.4.0, updated support for Digital Ocean & Openstack.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Dec 3, 2014
1 parent 76c00fa commit 9a112c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.0 / 2014-12-03

### Upstream changes

* Fix support for knife-openstack >= 1.0.0. ([@fnichol][])
* Fix support for knife-digtal_ocean >= 2.0.0. ([@fnichol][])


## 1.3.0 / 2014-09-14

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/knife/server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Knife
module Server
VERSION = "1.3.1.dev"
VERSION = "1.4.0"
end
end

0 comments on commit 9a112c7

Please sign in to comment.