From e09250437cd3a0c35a04d0a2f82c4b2f3e754d3c Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Fri, 15 Feb 2019 20:41:13 -0800 Subject: [PATCH] chore: prepare v0.1.0-alpha.18 release (#346) Signed-off-by: Andrew Rynhard --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d9c3a5e..b7f08f716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.1.0-alpha.18](https://github.com/autonomy/talos/compare/v0.1.0-alpha.17...v0.1.0-alpha.18) (2019-02-16) + + +### Bug Fixes + +* add libblkid to the rootfs ([#345](https://github.com/andrewrynhard/talos/issues/345)) ([76bc58b](https://github.com/andrewrynhard/talos/commit/76bc58b)) +* Minor adjustments to makefile ([#340](https://github.com/andrewrynhard/talos/issues/340)) ([eced2f2](https://github.com/andrewrynhard/talos/commit/eced2f2)), closes [#338](https://github.com/andrewrynhard/talos/issues/338) + + + # [0.1.0-alpha.17](https://github.com/autonomy/talos/compare/v0.1.0-alpha.16...v0.1.0-alpha.17) (2019-02-15)