From ec2fb11a6b92185a3e8d035b1bf93fe59c0f443d Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 28 Sep 2023 12:00:07 +0000 Subject: [PATCH] chore(release): cut 29.15.5 [skip ci] ## [29.15.5](https://github.com/dhis2/settings-app/compare/v29.15.4...v29.15.5) (2023-09-28) ### Bug Fixes * remove oauth2 config [DHIS2-15326] ([#1269](https://github.com/dhis2/settings-app/issues/1269)) ([e3e7b57](https://github.com/dhis2/settings-app/commit/e3e7b57c35e33dcfe29b0b27754c55e556f465d8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422fc731..07f6adec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [29.15.5](https://github.com/dhis2/settings-app/compare/v29.15.4...v29.15.5) (2023-09-28) + + +### Bug Fixes + +* remove oauth2 config [DHIS2-15326] ([#1269](https://github.com/dhis2/settings-app/issues/1269)) ([e3e7b57](https://github.com/dhis2/settings-app/commit/e3e7b57c35e33dcfe29b0b27754c55e556f465d8)) + ## [29.15.4](https://github.com/dhis2/settings-app/compare/v29.15.3...v29.15.4) (2023-09-26) diff --git a/package.json b/package.json index 733fb9f2..85d7abb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-app", - "version": "29.15.4", + "version": "29.15.5", "description": "", "license": "BSD-3-Clause", "private": true,