diff --git a/CHANGELOG.md b/CHANGELOG.md index c176ca8..bee8979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.1.0](https://github.com/tf2pickup-org/connector/compare/0.0.2...0.1.0) (2021-10-04) + + +### Features + +* add heartbeat admin command ([#7](https://github.com/tf2pickup-org/connector/issues/7)) ([ea0308f](https://github.com/tf2pickup-org/connector/commit/ea0308fd58545f17b30d7d243e29b52bc0fabb68)) + ## [0.0.2](https://github.com/tf2pickup-org/connector/compare/0.0.1...0.0.2) (2021-10-03) diff --git a/scripting/connector.sp b/scripting/connector.sp index a60e742..114694e 100644 --- a/scripting/connector.sp +++ b/scripting/connector.sp @@ -2,7 +2,7 @@ #include #include -#define PLUGIN_VERSION "0.0.2" +#define PLUGIN_VERSION "0.1.0" ConVar tf2pickupOrgApiAddress = null; ConVar tf2pickupOrgSecret = null;