This commit is contained in:
geemus 2018-03-06 13:39:33 -06:00
parent ff9fe270cd
commit 91fba211d5
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,24 @@
## 2.0.0 03/06/2018
*Hash* ff9fe270cd23627f748dd37e9bf2800640187f60
Statistic | Value
------------- | --------:
Collaborators | 2
Forks | 1553
Open Issues | 41
Watchers | 4102
**MVP!** Tinguely Pierre
#### [misc]
* Drop Zerigo. thanks Paulo Ribeiro
* add id in xml only if present. Else an id is generated from xsd generation. thanks Tinguely Pierre
* make network optionnal for instantiate request. thanks Tinguely Pierre
* implement the put api to configure the network section in vapp. thanks Tinguely Pierre
* Drop Ruby<2 support. thanks Tomer Brisker
* bump rubocop dep. thanks geemus
## 1.42.0 09/29/2017
*Hash* 41a38068d34237b9639ac045f99a4b48160834a9

View File

@ -1,3 +1,3 @@
module Fog
VERSION = '1.42.0'
VERSION = '2.0.0'
end

View File

@ -150,6 +150,7 @@ Watchers | #{watchers}
'Stepan G. Fedorov',
'swamp09',
'TerryHowe',
'Tinguely Pierre',
'Wesley Beary'
].include?(committer)
end