summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2017-01-14 21:08:08 -0500
committersoftprops <d.tangren@gmail.com>2017-01-14 21:08:08 -0500
commit23420f23dc890218dac1781dfc94596b6e1b1ee9 (patch)
treeacfdc61449ab02075a96426ccae03c8cc8b452b1 /CHANGELOG.md
parent486e8250bf7a38e8db6197177b3c451d6534f808 (diff)
update version and add release notes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 775a8bc..6ffdad4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.3.1
+
+* added support for `CapAdd` on `ContainerOptions` [#32](https://github.com/softprops/shiplift/pull/32)
+* changed representation of `OnBuild` from a `String` to `Vec<String>` [#33](https://github.com/softprops/shiplift/pull/33)
+* added support for `Devices` on `ContainerOptions` [#36](https://github.com/softprops/shiplift/pull/36)
+* added support for naming containers on creation [#37](https://github.com/softprops/shiplift/pull/37)
+
# 0.3.0
* upgraded [hyper](https://github.com/hyperium/hyper/) from 0.7 to 0.9 [#13](https://github.com/softprops/shiplift/pull/29)