From 2b257c1a92c02a14fcbdfe88cef0575e4f7772fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Tue, 5 Jul 2022 11:00:32 +0200 Subject: [PATCH] chore: release version 0.5.0 --- CHANGELOG.md | 7 +++++++ scripting/connector.sp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fba51a..4cd239f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/tf2pickup-org/connector/compare/0.4.1...0.5.0) (2022-07-05) + + +### Features + +* get rid of SteamWorks dependency ([#19](https://github.com/tf2pickup-org/connector/issues/19)) ([27b2de9](https://github.com/tf2pickup-org/connector/commit/27b2de964b79f1f4923e70baacf82df097764b9c)) + ## [0.4.1](https://github.com/tf2pickup-org/connector/compare/0.4.0...0.4.1) (2022-06-08) diff --git a/scripting/connector.sp b/scripting/connector.sp index 25574b8..86f400c 100644 --- a/scripting/connector.sp +++ b/scripting/connector.sp @@ -1,7 +1,7 @@ #include #include -#define PLUGIN_VERSION "0.4.1" +#define PLUGIN_VERSION "0.5.0" #define PUBLIC_IP_API_ADDRESS "https://api.ipify.org" ConVar tf2pickupOrgApiAddress = null;