Skip to content

Commit ce1c44c

Browse files
committed
chore: release version 0.6.0
1 parent 6e8c65f commit ce1c44c

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.0](https://github.com/tf2pickup-org/connector/compare/0.5.0...0.6.0) (2022-07-10)
2+
3+
4+
### Features
5+
6+
* override public address ([#21](https://github.com/tf2pickup-org/connector/issues/21)) ([f399b88](https://github.com/tf2pickup-org/connector/commit/f399b882feb84c38c267596667ffb4c9f3ea6e9b))
7+
18
# [0.5.0](https://github.com/tf2pickup-org/connector/compare/0.4.1...0.5.0) (2022-07-05)
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.5.0"
4+
#define PLUGIN_VERSION "0.6.0"
55
#define PUBLIC_IP_API_ADDRESS "https://api.ipify.org"
66

77
ConVar tf2pickupOrgApiAddress = null;

0 commit comments

Comments
 (0)