diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb6436a6..e1e352c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.5" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c91139..c0a1fd3a 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. +## [6.2.0](https://github.com/MapColonies/catalog-app/compare/v6.1.5...v6.2.0) (2026-06-25) + + +### Features + +* support 3d sr ([#994](https://github.com/MapColonies/catalog-app/issues/994)) ([2b71d3c](https://github.com/MapColonies/catalog-app/commit/2b71d3c7d0dfe02e38508e6beb25216a5120717b)) + ## [6.1.5](https://github.com/MapColonies/catalog-app/compare/v6.1.4...v6.1.5) (2026-06-21) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 501438f5..8ee8247f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Helm chart to deploy Catalog App name: catalog-app -version: 6.1.5 -appVersion: 6.1.5 +version: 6.2.0 +appVersion: 6.2.0 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 2ede62b7..a7f5910b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.1.5", + "version": "6.2.0", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },