diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f..c575a16 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b475b..4814a18 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.3.0](https://github.com/MapColonies/raster-catalog-manager/compare/v7.2.0...v7.3.0) (2026-07-07) + + +### Features + +* add keywords field to API response and OpenAPI spec (MAPCO-8284) ([#112](https://github.com/MapColonies/raster-catalog-manager/issues/112)) ([8989465](https://github.com/MapColonies/raster-catalog-manager/commit/8989465aafbbaee2a710f082ee87e998db7ec476)) + ## [7.2.0](https://github.com/MapColonies/raster-catalog-manager/compare/v7.1.0...v7.2.0) (2026-03-08) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 5c37734..ec929f3 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.2.0 -appVersion: 7.2.0 +version: 7.3.0 +appVersion: 7.3.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index e23a310..c62a748 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.2.0 + version: 7.3.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 6cfe70b..b32e7d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raster-catalog-manager", - "version": "7.2.0", + "version": "7.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raster-catalog-manager", - "version": "7.2.0", + "version": "7.3.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 1ff82db..08a3a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raster-catalog-manager", - "version": "7.2.0", + "version": "7.3.0", "description": "Service for inserting records into raster-catalog-manager", "main": "./src/index.ts", "scripts": {