From aacb29126b534e0665b64336209ba20c167d0d98 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 22 Oct 2024 10:05:31 +0000 Subject: [PATCH] chore(release): cut 33.2.69 [skip ci] ## [33.2.69](https://github.com/dhis2/event-reports-app/compare/v33.2.68...v33.2.69) (2024-10-22) ### Bug Fixes * enr agg endpoint + do not req stage for attr and pi (DHIS2-15691) ([#1334](https://github.com/dhis2/event-reports-app/issues/1334)) ([6890fe7](https://github.com/dhis2/event-reports-app/commit/6890fe7869ec0cf7090c1f778181e448bd88c464)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a927013..3f830c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [33.2.69](https://github.com/dhis2/event-reports-app/compare/v33.2.68...v33.2.69) (2024-10-22) + + +### Bug Fixes + +* enr agg endpoint + do not req stage for attr and pi (DHIS2-15691) ([#1334](https://github.com/dhis2/event-reports-app/issues/1334)) ([6890fe7](https://github.com/dhis2/event-reports-app/commit/6890fe7869ec0cf7090c1f778181e448bd88c464)) + ## [33.2.68](https://github.com/dhis2/event-reports-app/compare/v33.2.67...v33.2.68) (2024-07-24) diff --git a/package.json b/package.json index 8ade0a1a..b8885057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-reports-app", - "version": "33.2.68", + "version": "33.2.69", "description": "Event reports app", "main": "index.html", "scripts": {