diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c575a16..6731678 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.3.0" + ".": "7.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4814a18..4185db3 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. +## [7.4.0](https://github.com/MapColonies/raster-catalog-manager/compare/v7.3.0...v7.4.0) (2026-07-15) + + +### Miscellaneous Chores + +* force alignment to rc track ([b060c3c](https://github.com/MapColonies/raster-catalog-manager/commit/b060c3cb249d79155cefcb9c97acbc32691d02dd)) + ## [7.3.0](https://github.com/MapColonies/raster-catalog-manager/compare/v7.2.0...v7.3.0) (2026-07-07) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ec929f3..9750cb1 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: raster-catalog-manager description: A Helm chart for raster-catalog-manager service type: application -version: 7.3.0 -appVersion: 7.3.0 +version: 7.4.0 +appVersion: 7.4.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index c62a748..b3d6938 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Raster Catalog Manager description: CRUD Raster Records On Catalog DB - version: 7.3.0 + version: 7.4.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index de2c3ba..db17912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raster-catalog-manager", - "version": "7.3.0", + "version": "7.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raster-catalog-manager", - "version": "7.3.0", + "version": "7.4.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index b5cdaac..48b343d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raster-catalog-manager", - "version": "7.3.0", + "version": "7.4.0", "description": "Service for inserting records into raster-catalog-manager", "main": "./src/index.ts", "scripts": {