diff --git a/CHANGELOG.md b/CHANGELOG.md index 46647b2..0db2c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- ... + +## [1.3.0] - 2020-11-22 + - added rank information for wingman and dangerzone to "-user" - added GlobalStats command - replaced RapidJson with nlohmann::json @@ -74,7 +78,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.2.0...HEAD +[Unreleased]: https://github.com/jakoch/csgo-cli/compare/v1.3.0...HEAD +[1.2.0]: https://github.com/jakoch/csgo-cli/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/jakoch/csgo-cli/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/jakoch/csgo-cli/compare/v1.0.5...v1.1.0 [1.0.5]: https://github.com/jakoch/csgo-cli/compare/v1.0.4...v1.0.5 diff --git a/src/VersionAndConstants.h b/src/VersionAndConstants.h index e25bf0d..6527166 100644 --- a/src/VersionAndConstants.h +++ b/src/VersionAndConstants.h @@ -6,7 +6,7 @@ // Application Version #define CSGO_CLI_VERSION_MAJOR "1" -#define CSGO_CLI_VERSION_MINOR "2" +#define CSGO_CLI_VERSION_MINOR "3" #define CSGO_CLI_VERSION_REVISION "0" #define CSGO_CLI_VERSION CSGO_CLI_VERSION_MAJOR "." CSGO_CLI_VERSION_MINOR "." CSGO_CLI_VERSION_REVISION