From d4b05b82ed01394b8e4541643b4afb4f0415bb54 Mon Sep 17 00:00:00 2001 From: shiimaxx Date: Tue, 16 Apr 2019 11:46:08 +0900 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 4 ++++ main.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3dfc51a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +### 1.0.0 - 2019-04-16 + +- Initial release + diff --git a/main.go b/main.go index 3fc53c2..b5cc00d 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ const ( // Usage is the application usage Usage = "A tool for Azure Monitor at Microsoft Azure" // Version is the application version - Version = "0.0.0" + Version = "1.0.0" ) func buildFetchMetricDataInput(c *cli.Context) FetchMetricDataInput {