diff --git a/CHANGELOG.md b/CHANGELOG.md index eae3094..28024d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.3](https://github.com/MapColonies/overseer/compare/v1.3.2...v1.3.3) (2024-11-19) + + +### Bug Fixes + +* chnage to the right MAPPROXY_DNS ([#27](https://github.com/MapColonies/overseer/issues/27)) ([e8a30cd](https://github.com/MapColonies/overseer/commit/e8a30cdff3669d73978d43688052c52edcbbb9fa)) + ### [1.3.2](https://github.com/MapColonies/overseer/compare/v1.3.0...v1.3.2) (2024-11-19) ### [1.3.1](https://github.com/MapColonies/overseer/compare/v1.3.0...v1.3.1) (2024-11-19) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bcc57ea..327b499 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: overseer description: Helm chart for overseer service type: application -version: 1.3.2 -appVersion: 1.3.2 +version: 1.3.3 +appVersion: 1.3.3 diff --git a/package-lock.json b/package-lock.json index 2da3f86..db0f272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "overseer", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "overseer", - "version": "1.3.2", + "version": "1.3.3", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 25879d0..d81f2f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "overseer", - "version": "1.3.2", + "version": "1.3.3", "description": "A geospatial data management worker service that handles initialization, merge, and finalization of geospatial jobs & tasks.", "main": "./src/index.ts", "scripts": {