CHANGELOG.md in nugrant-2.0.0 vs CHANGELOG.md in nugrant-2.0.1

- old
+ new

@@ -1,7 +1,13 @@ -# 2.0.0 (In progress) +# 2.0.1 (July 10th, 2014) + * Fixed a bug when using the plugin. A require clause was missing, + it was working when doing commands but not when using Vagrant + directly. + +# 2.0.0 (July 9th, 2014) + * Fixed retrieval of current directory for `.vagrantuser`. The directory is now that same as the one of the `Vagrantfile`. Rules have been copied for Vagrant's one, hence, the behavior should be the same. * Fixed bad implementation of config class `::Vagrant.plugin("2", :config)` @@ -89,11 +95,9 @@ untrust, untrusted?, validate, zip * The `Parameter` class has a new API. * The `Bag` class has a new API. - -# 1.4.3 (In progess) # 1.4.2 (January 11th, 2014) * Fixed Vagrant `user` config class to make the `has?` method available to people using Vagrant. This considered has a bug