mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Bump version and update changelog.
This commit is contained in:
parent
12232eccfa
commit
44afa4172e
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
0.0.14 02/23/2012
|
||||
=================
|
||||
- minor fix for public ip address
|
||||
- minor fix for exceptions raised by CDN service
|
||||
- add keypair get/set methods to server model
|
||||
|
||||
0.0.13 02/09/2012
|
||||
=================
|
||||
- provide access to availability zones for compute
|
||||
|
|
|
@ -6,8 +6,8 @@ Gem::Specification.new do |s|
|
|||
## If your rubyforge_project name is different, then edit it and comment out
|
||||
## the sub! line in the Rakefile
|
||||
s.name = 'hpfog'
|
||||
s.version = '0.0.13' # fog base 1.0.0
|
||||
s.date = '2012-02-09'
|
||||
s.version = '0.0.14' # fog base 1.0.0
|
||||
s.date = '2012-02-23'
|
||||
#s.rubyforge_project = 'fog'
|
||||
|
||||
## Make sure your summary is short. The description may be as long
|
||||
|
|
Loading…
Reference in a new issue