Skip to content

Commit

Permalink
chore: release version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Feb 11, 2023
1 parent 929ca28 commit 59c61ca
Show file tree
Hide file tree
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.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)


Expand Down
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.6.0"
#define PLUGIN_VERSION "0.6.1"
#define PUBLIC_IP_API_ADDRESS "https://api.ipify.org"

ConVar tf2pickupOrgApiAddress = null;
Expand Down

0 comments on commit 59c61ca

Please sign in to comment.