diff --git a/CHANGELOG.md b/CHANGELOG.md index 795278a..c6a9852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,41 @@ +CHANGELOG +================================================================================ + +0.4.1 (Oct 22, 2015) +-------------------------------------------------------------------------------- + +- Use [go-gyazo][] package when access to the Gyazo API [GH-8](https://github.com/Tomohiro/gyazo-cli/pull/8) + +[go-gyazo]: https://github.com/Tomohiro/go-gyazo + + 0.4.0 (Sep 17, 2015) -------------------------------------------------------------------------------- -- Support take a screenshot on Linux [GH-7] +- Support take a screenshot on Linux [GH-7](https://github.com/Tomohiro/gyazo-cli/pull/7) 0.3.1 (Sep 09, 2014) -------------------------------------------------------------------------------- -- Fixed time layout in filename [GH-4] +- Fixed time layout in filename [GH-4](https://github.com/Tomohiro/gyazo-cli/pull/4) 0.3.0 (Sep 05, 2014) -------------------------------------------------------------------------------- -- Support take a screenshot [GH-3] +- Support take a screenshot [GH-3](https://github.com/Tomohiro/gyazo-cli/pull/3) - Available on OS X only 0.2.0 (Sep 02, 2014) -------------------------------------------------------------------------------- -- Support Gyazo ID [GH-2] +- Support Gyazo ID [GH-2](https://github.com/Tomohiro/gyazo-cli/pull/2) 0.1.0 (Aug 20, 2014) -------------------------------------------------------------------------------- - Initial release -- Support Gyazo API [GH-1] +- Support Gyazo API [GH-1](https://github.com/Tomohiro/gyazo-cli/pull/1)