Skip to content

Commit 59c61ca

Browse files
committed
chore: release version 0.6.1
1 parent 929ca28 commit 59c61ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.6.1](https://github.com/tf2pickup-org/connector/compare/0.6.0...0.6.1) (2023-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* respect public IP address override ([#24](https://github.com/tf2pickup-org/connector/issues/24)) ([929ca28](https://github.com/tf2pickup-org/connector/commit/929ca2823e5b342affaa2a38fdba3a5befe4227f))
7+
18
# [0.6.0](https://github.com/tf2pickup-org/connector/compare/0.5.0...0.6.0) (2022-07-10)
29

310

scripting/connector.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <sourcemod>
22
#include <system2>
33

4-
#define PLUGIN_VERSION "0.6.0"
4+
#define PLUGIN_VERSION "0.6.1"
55
#define PUBLIC_IP_API_ADDRESS "https://api.ipify.org"
66

77
ConVar tf2pickupOrgApiAddress = null;

0 commit comments

Comments
 (0)