Skip to content

Commit

Permalink
build(release): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof committed Sep 1, 2019
1 parent a530179 commit 04bd6e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 4.1.0
- The driver will non longer report `client nickname has been changed` whereas it's not the case (not supported by server query)
- Logging will now be based on the new connector event layer
- A new setting has been introduced called `query_host` which will allow to use an internal network address to execute server queries

**ATTENTION - BREAKING CHANGES**
> This new setting need to be setup manually inside `Connector > Settings` panel, since drivers does not execute any migrations scripts.
>
> Once the settings have been updated, do not forget to restart either `supervisor` service or `seat-worker` container, depending on your setup.
# 4.0.0
- Switch to an universal SeAT Connector layout : `warlof/seat-connector`
- A data conversion is available with `php artisan seat-connector:convert:teamspeak`
Expand Down
2 changes: 1 addition & 1 deletion src/Config/teamspeak.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
*/

return [
'version' => '4.0.4',
'version' => '4.1.0',
];

0 comments on commit 04bd6e3

Please sign in to comment.