diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5dab2c5dc..45dc1c936 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"6.1.0"} +{".":"6.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 432cba7ae..9ba280b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.2.0](https://github.com/MapColonies/pycsw/compare/v6.1.0...v6.2.0) (2025-08-21) + + +### Features + +* 3D set default max-records to 50 and fix filterProductStatus filter (MAPCO-8216) ([#92](https://github.com/MapColonies/pycsw/issues/92)) ([6144d68](https://github.com/MapColonies/pycsw/commit/6144d6853f610ad2d100b005fd67bffd744fe9fe)) + + +### Bug Fixes + +* docker build issues (MAPCO-8478, MAPCO-7127) ([#91](https://github.com/MapColonies/pycsw/issues/91)) ([25400be](https://github.com/MapColonies/pycsw/commit/25400bed43a04d1fb55ce07c9cfd63a0f745cce9)) +* wrong DB queries generated while nesting logical operators (AND, OR) (MAPCO-3141) ([#93](https://github.com/MapColonies/pycsw/issues/93)) ([7139546](https://github.com/MapColonies/pycsw/commit/7139546c2b06b6eb3518b04aa659ce51a2c2f6ca)) + ## [6.1.0](https://github.com/MapColonies/pycsw/compare/v6.0.1...v6.1.0) (2025-07-31) diff --git a/helm/3d/Chart.yaml b/helm/3d/Chart.yaml index 1396c8a75..3e789694f 100644 --- a/helm/3d/Chart.yaml +++ b/helm/3d/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pycsw description: A Helm chart for 3d pycsw deployment type: application -version: 6.1.0 -appVersion: 6.1.0 +version: 6.2.0 +appVersion: 6.2.0 dependencies: - name: nginx version: 1.1.0 diff --git a/helm/dem/Chart.yaml b/helm/dem/Chart.yaml index db9a30328..1e4d69429 100644 --- a/helm/dem/Chart.yaml +++ b/helm/dem/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: pycsw description: Helm chart for pycsw type: application -version: 6.1.0 -appVersion: 6.1.0 +version: 6.2.0 +appVersion: 6.2.0 diff --git a/helm/raster/Chart.yaml b/helm/raster/Chart.yaml index 21ff5379f..4da798f2a 100644 --- a/helm/raster/Chart.yaml +++ b/helm/raster/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pycsw description: A Helm chart for pycsw service type: application -version: 6.1.0 -appVersion: 6.1.0 +version: 6.2.0 +appVersion: 6.2.0 dependencies: - name: nginx version: 1.1.0