From 06ce91cc989c5e40f75a210501f6f0237b3755f8 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:24:38 +0200 Subject: [PATCH] chore(master): release 4.3.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 54c610f9..ea2b7f13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.3.4" + ".": "4.3.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index af4bc991..7a34e7ed 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. +## [4.3.5](https://github.com/MapColonies/catalog-app/compare/v4.3.4...v4.3.5) (2026-02-23) + + +### Bug Fixes + +* pycsw fetches 100000 records ([#859](https://github.com/MapColonies/catalog-app/issues/859)) ([e1880da](https://github.com/MapColonies/catalog-app/commit/e1880da32692d7496e83a485fa10867565bd0b98)) + ## [4.3.4](https://github.com/MapColonies/catalog-app/compare/v4.3.3...v4.3.4) (2026-02-23) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 93de10b2..00f37b55 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: 4.3.4 -appVersion: 4.3.4 +version: 4.3.5 +appVersion: 4.3.5 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index ec29f3da..d3b89adf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "4.3.4", + "version": "4.3.5", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },