Skip to content

Commit

Permalink
chore: release version 0.6.0
Browse files Browse the repository at this point in the history
garrappachc committed Jul 10, 2022
1 parent 6e8c65f commit ce1c44c
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.6.0](https://github.com/tf2pickup-org/connector/compare/0.5.0...0.6.0) (2022-07-10)


### Features

* override public address ([#21](https://github.com/tf2pickup-org/connector/issues/21)) ([f399b88](https://github.com/tf2pickup-org/connector/commit/f399b882feb84c38c267596667ffb4c9f3ea6e9b))

# [0.5.0](https://github.com/tf2pickup-org/connector/compare/0.4.1...0.5.0) (2022-07-05)


2 changes: 1 addition & 1 deletion scripting/connector.sp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <sourcemod>
#include <system2>

#define PLUGIN_VERSION "0.5.0"
#define PLUGIN_VERSION "0.6.0"
#define PUBLIC_IP_API_ADDRESS "https://api.ipify.org"

ConVar tf2pickupOrgApiAddress = null;

0 comments on commit ce1c44c

Please sign in to comment.