From 7f70db42b4068f1cb7a086008e7cdb42bf3ad7f6 Mon Sep 17 00:00:00 2001 From: Joe Handzik Date: Tue, 28 Nov 2017 11:49:18 -0600 Subject: [PATCH] Update changelog for 1.1.0 release Signed-Off-By: Joe Handzik --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b0e08a..64eb0dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.1.0](https://github.com/HewlettPackard/lustre_exporter/tree/v1.1.0) (2017-11-28) +[Full Changelog](https://github.com/HewlettPackard/lustre_exporter/compare/v1.0.0...v1.1.0) + +**Closed issues:** + +- Replace govendor with dep [\#127](https://github.com/HewlettPackard/lustre_exporter/issues/127) + +**Merged pull requests:** + +- Updating to use dep instead of govendor [\#128](https://github.com/HewlettPackard/lustre_exporter/pull/128) ([joehandzik](https://github.com/joehandzik)) + ## [v1.0.0](https://github.com/HewlettPackard/lustre_exporter/tree/v1.0.0) (2017-11-16) [Full Changelog](https://github.com/HewlettPackard/lustre_exporter/compare/v1.0.0-rc.1...v1.0.0) @@ -15,6 +26,7 @@ **Merged pull requests:** +- Update changelog to prepare for version 1.0.0 tag [\#126](https://github.com/HewlettPackard/lustre_exporter/pull/126) ([joehandzik](https://github.com/joehandzik)) - Add systemd directory for service files [\#124](https://github.com/HewlettPackard/lustre_exporter/pull/124) ([joehandzik](https://github.com/joehandzik)) - Clean up simple lint error [\#123](https://github.com/HewlettPackard/lustre_exporter/pull/123) ([joehandzik](https://github.com/joehandzik)) - Add double-dash to example flags [\#122](https://github.com/HewlettPackard/lustre_exporter/pull/122) ([joehandzik](https://github.com/joehandzik))