Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.1.0"
".": "7.2.0"
}
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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))
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading