Skip to content

Commit

Permalink
chore: release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jul 5, 2022
1 parent 27b2de9 commit 2b257c1
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.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)


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.4.1"
#define PLUGIN_VERSION "0.5.0"
#define PUBLIC_IP_API_ADDRESS "https://api.ipify.org"

ConVar tf2pickupOrgApiAddress = null;
Expand Down

0 comments on commit 2b257c1

Please sign in to comment.