From 9ebdf607ab46e4d8069f4255347fce7e09bb58fa Mon Sep 17 00:00:00 2001 From: jakoch Date: Tue, 13 Aug 2019 15:10:12 +0200 Subject: [PATCH] updating changelog for the v1.0.4 release --- CHANGELOG.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091d131..a1c1d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.4] - 2019-07-13 + +- added missing comma in rank list +- added padding with zeros on match results output, PR#4 + +## [1.0.3] - 2019-07-01 + ### Bugfix - Posting demo sharecodes to csgostats.gg (implemented two step request ), #1 +- fixed curl multi-request and SSL issues ### Added - ConsoleTable for table printing on the console @@ -15,7 +23,9 @@ All notable changes to this project will be documented in this file. - updated dependency: csgo-protobuf to #ab60446 - refactoring -## [1.0.2] - 2014-08-09 +## [1.0.2] + +- skipped release ## [1.0.1] - 2018-07-14 ### Added @@ -25,7 +35,8 @@ All notable changes to this project will be documented in this file. ### Added - Initial Release -[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.0.0...HEAD -[1.0.2]: https://github.com/jakoch/csgo-cli/compare/v1.0.1...v1.0.2 +[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/jakoch/csgo-cli/compare/v1.0.3...v1.0.4 +[1.0.3]: https://github.com/jakoch/csgo-cli/compare/v1.0.1...v1.0.3 [1.0.1]: https://github.com/jakoch/csgo-cli/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/jakoch/csgo-cli/releases/tag/v1.0.0 \ No newline at end of file