From 996f45d0772c76e49914e6bbe686fbf3bdf02932 Mon Sep 17 00:00:00 2001 From: "Ronald M. Clifford" Date: Thu, 25 Aug 2022 13:00:35 -0700 Subject: [PATCH] Version 2.2.11. --- README.md | 4 ++++ logging/package.json | 2 +- node/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b111510..13720728 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ The website and Discord/Twitch bot for Six Gaming. You can see this site in act ## Version History +### v2.2.11 - 8/25/2022 +* Specify Docker versions specifically rather than using latest. +* Package updates. + ### v2.2.10 - 8/10/2022 * Restore hosting notifications. * Package updates. diff --git a/logging/package.json b/logging/package.json index 479bfaa9..a5113842 100644 --- a/logging/package.json +++ b/logging/package.json @@ -1,6 +1,6 @@ { "name": "six.gg-logging", - "version": "2.2.10", + "version": "2.2.11", "description": "gelf logging for six.gg.", "homepage": "https://github.com/roncli/six.gg", "bugs": { diff --git a/node/package.json b/node/package.json index dedf733a..ef979d00 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "six.gg-node", - "version": "2.2.10", + "version": "2.2.11", "description": "The website and bot for Six Gaming.", "homepage": "https://github.com/roncli/six.gg", "bugs": {