Skip to content

Commit

Permalink
bump v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Nov 21, 2015
1 parent c4f6db1 commit e91991b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

v0.22.0

Thanks to James Hunt, Quintessence Anx, and Long Nguyen for this version!

- Fixed stemcell URLs from `bosh public stemcells` to https://bosh.io
- Randomize Warden Network definitions so they don't always clash
- Unify stdout/stderr log files everywhere
- Fixed issue where dir cpi was found as `warden_cpi' not`warden'

v0.21.0

- `new` assumes using [spruce](https://github.com/geofffranks/spruce) instead of spiff. Yay!
Expand Down
2 changes: 1 addition & 1 deletion lib/bosh/gen/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Bosh
module Gen
VERSION = "0.21.2"
VERSION = "0.22.0"
end
end

0 comments on commit e91991b

Please sign in to comment.