Skip to content

Commit

Permalink
chore: release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Oct 4, 2021
1 parent ea0308f commit ccf0aa1
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.1.0](https://github.com/tf2pickup-org/connector/compare/0.0.2...0.1.0) (2021-10-04)


### Features

* add heartbeat admin command ([#7](https://github.com/tf2pickup-org/connector/issues/7)) ([ea0308f](https://github.com/tf2pickup-org/connector/commit/ea0308fd58545f17b30d7d243e29b52bc0fabb68))

## [0.0.2](https://github.com/tf2pickup-org/connector/compare/0.0.1...0.0.2) (2021-10-03)


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

#define PLUGIN_VERSION "0.0.2"
#define PLUGIN_VERSION "0.1.0"

ConVar tf2pickupOrgApiAddress = null;
ConVar tf2pickupOrgSecret = null;
Expand Down

0 comments on commit ccf0aa1

Please sign in to comment.