diff --git a/CHANGELOG.md b/CHANGELOG.md index c072712..f2e0d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.1](https://github.com/tf2pickup-org/connector/compare/0.6.0...0.6.1) (2023-02-11) + + +### Bug Fixes + +* respect public IP address override ([#24](https://github.com/tf2pickup-org/connector/issues/24)) ([929ca28](https://github.com/tf2pickup-org/connector/commit/929ca2823e5b342affaa2a38fdba3a5befe4227f)) + # [0.6.0](https://github.com/tf2pickup-org/connector/compare/0.5.0...0.6.0) (2022-07-10) diff --git a/scripting/connector.sp b/scripting/connector.sp index ff17ab1..3b64710 100644 --- a/scripting/connector.sp +++ b/scripting/connector.sp @@ -1,7 +1,7 @@ #include #include -#define PLUGIN_VERSION "0.6.0" +#define PLUGIN_VERSION "0.6.1" #define PUBLIC_IP_API_ADDRESS "https://api.ipify.org" ConVar tf2pickupOrgApiAddress = null;