Skip to content

Commit

Permalink
chore: release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Nov 6, 2021
1 parent e4adc52 commit ecf210f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.4.0](https://github.com/tf2pickup-org/connector/compare/0.3.0...0.4.0) (2021-11-06)


### Bug Fixes

* don't send voiceChannelName if it's empty ([#11](https://github.com/tf2pickup-org/connector/issues/11)) ([e4adc52](https://github.com/tf2pickup-org/connector/commit/e4adc5290e603d5da8b640931ea84398f28408b4))


### Features

* add sm_tf2pickuporg_override_internal_address cvar ([#10](https://github.com/tf2pickup-org/connector/issues/10)) ([cca2e39](https://github.com/tf2pickup-org/connector/commit/cca2e39e2228735285d5536ffce62b3453b48ce0))

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


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.3.0"
#define PLUGIN_VERSION "0.4.0"

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

0 comments on commit ecf210f

Please sign in to comment.