diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58ef57e..eb0c51f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.0" + ".": "7.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdb03f..b7b475b 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.2.0](https://github.com/MapColonies/raster-catalog-manager/compare/v7.1.0...v7.2.0) (2026-03-08) + + +### Features + +* infrastructure and boilerplate maintenance (MAPCO-10037) ([#105](https://github.com/MapColonies/raster-catalog-manager/issues/105)) ([55d07c0](https://github.com/MapColonies/raster-catalog-manager/commit/55d07c085ad66937068ef6245e13ed3e31b2450c)) + ## [7.1.0](https://github.com/MapColonies/raster-catalog-manager/compare/v7.0.3...v7.1.0) (2026-01-20) ### [7.0.3](https://github.com/MapColonies/raster-catalog-manager/compare/v7.0.2...v7.0.3) (2026-01-20) @@ -404,4 +411,4 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* db integration ([#6](https://github.com/MapColonies/raster-catalog-manager/issues/6)) ([e20af9c](https://github.com/MapColonies/raster-catalog-manager/commit/e20af9c61a026fb3bc596dd660d8a0bf1e82cdf6)) +* db integration ([#6](https://github.com/MapColonies/raster-catalog-manager/issues/6)) ([e20af9c](https://github.com/MapColonies/raster-catalog-manager/commit/e20af9c61a026fb3bc596dd660d8a0bf1e82cdf6)) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c950f45..5c37734 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.1.0 -appVersion: 7.1.0 +version: 7.2.0 +appVersion: 7.2.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 591ba0f..e23a310 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.1.0 + version: 7.2.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 7b9d5d6..f076f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raster-catalog-manager", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raster-catalog-manager", - "version": "7.1.0", + "version": "7.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index b6b6e5a..5baa4f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raster-catalog-manager", - "version": "7.1.0", + "version": "7.2.0", "description": "Service for inserting records into raster-catalog-manager", "main": "./src/index.ts", "scripts": {