From a8ab93a936bb87026e1c9439ba8b9c05029c0313 Mon Sep 17 00:00:00 2001 From: Prasad Ghangal Date: Mon, 5 Aug 2019 17:24:21 +0530 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7353893 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +## [v0.1.0](https://github.com/PrasadG193/yaml2go/tree/v0.1.0) (2019-08-05) +**Closed issues:** + +- Display help when "help" arg passed [\#4](https://github.com/PrasadG193/yaml2go/issues/4) +- Use goreleaser to distribute binary [\#2](https://github.com/PrasadG193/yaml2go/issues/2) + +**Merged pull requests:** + +- Add install.sh script [\#6](https://github.com/PrasadG193/yaml2go/pull/6) ([PrasadG193](https://github.com/PrasadG193)) +- Display help message [\#5](https://github.com/PrasadG193/yaml2go/pull/5) ([PrasadG193](https://github.com/PrasadG193)) +- Add travis ci build [\#3](https://github.com/PrasadG193/yaml2go/pull/3) ([PrasadG193](https://github.com/PrasadG193)) +- Add artwork and contributing section [\#1](https://github.com/PrasadG193/yaml2go/pull/1) ([PrasadG193](https://github.com/PrasadG193))