Skip to content

Commit

Permalink
chore: release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jun 8, 2022
1 parent edba574 commit 8a6c55b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.4.1](https://github.com/tf2pickup-org/connector/compare/0.4.0...0.4.1) (2022-06-08)


### Bug Fixes

* get rid of sm_tf2pickuporg_voice_channel_name cvar ([#13](https://github.com/tf2pickup-org/connector/issues/13)) ([edba574](https://github.com/tf2pickup-org/connector/commit/edba574e71ca8bb63fab869f94b955ca05576468))
* update endpoint address ([#12](https://github.com/tf2pickup-org/connector/issues/12)) ([a067328](https://github.com/tf2pickup-org/connector/commit/a0673284e8597d6a9b1260e0562cc9b137664df0))

# [0.4.0](https://github.com/tf2pickup-org/connector/compare/0.3.0...0.4.0) (2021-11-06)


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.4.0"
#define PLUGIN_VERSION "0.4.1"

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

0 comments on commit 8a6c55b

Please sign in to comment.