From 16ef4fff1215c6deb73bd0da0ab1c7a3818a6dbe Mon Sep 17 00:00:00 2001 From: dert1129 Date: Thu, 23 Apr 2026 10:56:53 -0400 Subject: [PATCH] add release notes and increase version number --- .github/workflows/build-gradle-project.yml | 2 +- changelog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gradle-project.yml b/.github/workflows/build-gradle-project.yml index 658148e..35b4e42 100644 --- a/.github/workflows/build-gradle-project.yml +++ b/.github/workflows/build-gradle-project.yml @@ -6,7 +6,7 @@ on: jobs: build-gradle-project: env: - IMAGE_TAG: 4.2 + IMAGE_TAG: 4.3 runs-on: ubuntu-latest steps: - name: Get branch names diff --git a/changelog.md b/changelog.md index 87375da..0a28266 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ # Changelog -## Release 4.2 [unreleased] +## Release 4.3 +Brief summary of what's in this release: +- Bumped up version number + + +## Release 4.2 [Released 9/2/2025] Brief summary of what's in this release: Removed the calls to Notification Service and the configuration to talk to it since we are no longer sending success emails