diff --git a/README.md b/README.md index 466b5c6..825885b 100644 --- a/README.md +++ b/README.md @@ -13,41 +13,36 @@ To run the application, have Docker and Docker Compose installed, and run `docke ## Version History -### v2.0.8 - 3/11/2022 +### v2.0.9 - 5/22/2022 +* Package updates. +### v2.0.8 - 3/11/2022 * Package updates. ### v2.0.7 - 12/11/2021 - * Package updates. ### v2.0.6 - 11/21/2021 - * Package updates. ### v2.0.5 - 10/3/2021 - * Package updates. ### v2.0.4 - 8/24/2021 - * Make Azure File Storage optional. If not using Azure File Storage, just dump all the files to be available for download into `/node/files/`. * Make Azure Application Insights optional. ### v2.0.3 - 5/2/2021 - * Increased download limit to 1000 per 12 hours per IP. * Added optional Docker metrics logged to Application Insights. ### v2.0.2 - 9/3/2020 - * Added tsconfig.json files. * Added and updated dependencies. * Fixed some Application Insights calls. * Fixed some `fs` constants. ### v2.0.1 - 8/27/2020 - * Added Application Insights logging via the logging container, which is a gelf server that Docker can use to log console messages. Application Insights is now required to function. * Update nginx container for extended logging. * Fixed bug with IP address trying to forward to the SSL version of the IP address, now it forwards to the SSL version of the domain. @@ -55,13 +50,10 @@ To run the application, have Docker and Docker Compose installed, and run `docke * Refactor of index.js in the node container, includes Application Insights logging for exceptions. ### v2.0.0 - 8/25/2020 - * Updated packages, and updated for use in Docker. ### v1.0.1 - 1/4/2019 - * Updated packages. ### v1.0.0 - 5/5/2018 - -* Initial version. \ No newline at end of file +* Initial version. diff --git a/logging/package.json b/logging/package.json index d18365e..9fd075e 100644 --- a/logging/package.json +++ b/logging/package.json @@ -1,6 +1,6 @@ { "name": "tis.roncli.com-logging", - "version": "2.0.8", + "version": "2.0.9", "description": "gelf logging for tis.roncli.com.", "homepage": "https://github.com/roncli/tis.roncli.com", "bugs": { diff --git a/node/package.json b/node/package.json index 3a6a0c4..2176812 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "tis.roncli.com-node", - "version": "2.0.8", + "version": "2.0.9", "description": "The site that allows users to search old Trax in Space 1 files.", "homepage": "https://github.com/roncli/tis.roncli.com", "bugs": {