From 82fb05a1864d9026a362dc4c03d931e0199a647e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:31:11 -0400 Subject: [PATCH] chore(main): release 2.0.3 (#186) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ addons/rivet/plugin.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725b..af6dd8be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d026431..cdb4726d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/rivet-gg/plugin-godot/compare/v2.0.2...v2.0.3) (2024-08-24) + + +### Bug Fixes + +* disable windows tail_logs ([#185](https://github.com/rivet-gg/plugin-godot/issues/185)) ([f5d26db](https://github.com/rivet-gg/plugin-godot/commit/f5d26db92affc15376fd07b2878b9282e5f1d570)) + ## [2.0.2](https://github.com/rivet-gg/plugin-godot/compare/v2.0.1...v2.0.2) (2024-08-23) diff --git a/addons/rivet/plugin.cfg b/addons/rivet/plugin.cfg index 44658b87..f3d78e5a 100644 --- a/addons/rivet/plugin.cfg +++ b/addons/rivet/plugin.cfg @@ -4,6 +4,6 @@ name="Rivet - Multiplayer Game Servers and Backend" description="Managed game servers, matchmaking, and DDoS mitigation that lets you focus on building your game.\n\nLearn more at https://rivet.gg" author="Rivet Gaming, Inc." ; x-release-please-start-version -version="2.0.2" +version="2.0.3" ; x-release-please-end script="rivet.gd"